Skip to content

Commit 17efc3f

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

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
@@ -111,7 +111,7 @@ public static Frame makeListFrame(int textShape) {
111111
public static TextArea makeTextArea(int policy, int textShape) {
112112
TextArea ta = new TextArea("", 0, 0, policy);
113113
if (textShape == TEXT_TALL) {
114-
for(int i = 0; i < 50 ; i++) {
114+
for (int i = 0; i < 50 ; i++) {
115115
ta.append(i + "\n");
116116
}
117117
} else if (textShape == TEXT_WIDE) {

0 commit comments

Comments
 (0)