summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/recovery/RecoveryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/framework/recovery/RecoveryTest.java')
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index 463f748ba206..cfb767790b6d 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -521,7 +521,7 @@ public class RecoveryTest extends ComplexTestCase {
Rectangle posSize = new Rectangle();
Random rand = new Random();
- // Random integers that range from from 0 to n
+ // Random integers that range from 0 to n
posSize.X = rand.nextInt(windowMaxPosition.x + 1);
posSize.Y = rand.nextInt(windowMaxPosition.y + 1);