Skip to content

Commit 3e8fc25

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

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
@@ -141,7 +141,7 @@ public static List makeList(int textShape) {
141141
} else if (textShape == TEXT_SMALL) {
142142
l.add("text");
143143
} else if (textShape == TEXT_BIG) {
144-
for(int i = 0; i < 50 ; i++) {
144+
for (int i = 0; i < 50 ; i++) {
145145
l.add(i + "very, very, very, very, very, very, very, long line of text number");
146146
}
147147
}

0 commit comments

Comments
 (0)