Skip to content

Commit e188948

Browse files
committed
SAEM removed
1 parent f05c5d9 commit e188948

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/Dialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ private boolean conditionalShow(Component toFocus, Long time) {
917917
} else {
918918
//visible =
919919
retval = true;
920-
// TODO this was Component.showSAEM, in Component, but not is setVisible in Window
920+
// TODO this was Component.showSAEM, but now is Window.setVisible
921921
super.setVisible(true);
922922

923923
// check if this dialog should be modal blocked BEFORE calling

0 commit comments

Comments
 (0)