Skip to content

Commit bf471f9

Browse files
committed
Inner class MaskKeysym in MenuItem can be static
Doen with JDT clean-up. Change-Id: Ie3f9ef4686aa97c6cadbb2468cc32fb52b0ccd1f Signed-off-by: Lars Vogel <[email protected]> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/186594 Tested-by: Platform Bot <[email protected]>
1 parent fe2d28c commit bf471f9

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ void updateAccelerator (long accelGroup, boolean add) {
13721372
}
13731373
}
13741374

1375-
private class MaskKeysym {
1375+
private static class MaskKeysym {
13761376
int mask = 0;
13771377
int keysym = 0;
13781378
}

0 commit comments

Comments
 (0)