Skip to content

Commit 218c6b4

Browse files
hansonrhansonr
authored andcommitted
minor refactoring
1 parent 70c04cd commit 218c6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/awt/Window.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ protected void initWinGC(Window owner, GraphicsConfiguration gc) {
556556
* name is null.
557557
*/
558558
@Override
559-
String constructComponentName() {
559+
protected String constructComponentName() {
560560
synchronized (Window.class) {
561561
return base + nameCounter++;
562562
}

0 commit comments

Comments
 (0)