Skip to content

Commit e210a09

Browse files
Update test/jdk/java/awt/event/MouseWheelEvent/HWWheelScroll.java
Co-authored-by: Andrey Turbanov <[email protected]>
1 parent 17efc3f commit e210a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/awt/event/MouseWheelEvent/HWWheelScroll.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static TextArea makeTextArea(int policy, int textShape) {
121121
} else if (textShape == TEXT_SMALL) {
122122
ta.append("text");
123123
} else if (textShape == TEXT_BIG) {
124-
for(int i = 0; i < 50 ; i++) {
124+
for (int i = 0; i < 50 ; i++) {
125125
ta.append(i + "very, very, very, very, very, very, very, long line of text number\n");
126126
}
127127
}

0 commit comments

Comments
 (0)