Skip to content

Commit c6cc8af

Browse files
committed
comments
1 parent fcdb068 commit c6cc8af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sources/net.sf.j2s.java.core/src/test/async/AsyncFileChooser.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ public int showDialog(Component frame) {
3939
@Override
4040
@Deprecated
4141
public int showDialog(Component frame, String type) {
42+
43+
// this method will be called from super constructor(frame)
44+
4245
return (ok == null ? err() : super.showDialog(frame, type));
4346
}
4447

0 commit comments

Comments
 (0)