Skip to content

Commit 3cb1cd3

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

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
@@ -131,7 +131,7 @@ public static TextArea makeTextArea(int policy, int textShape) {
131131
public static List makeList(int textShape) {
132132
java.awt.List l = new java.awt.List();
133133
if (textShape == TEXT_TALL) {
134-
for(int i = 0; i < 50 ; i++) {
134+
for (int i = 0; i < 50 ; i++) {
135135
l.add(" " + i + " ");
136136
}
137137
} else if (textShape == TEXT_WIDE) {

0 commit comments

Comments
 (0)