Skip to content

Commit 3d01ae1

Browse files
hansonrhansonr
authored andcommitted
minor issues
1 parent 599b507 commit 3d01ae1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

sources/net.sf.j2s.java.core/src/java/util/AbstractMap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
*/
2525

2626
package java.util;
27-
import java.util.Map.Entry;
2827

2928
/**
3029
* This class provides a skeletal implementation of the <tt>Map</tt>

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSComponentUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ protected void ignoreAllMouseEvents(DOMNode node) {
741741

742742
@SuppressWarnings("unused")
743743
protected static void hideAllMenus() {
744-
System.out.println("JSCUI hideAllMenus" + JSUtil.getStackTrace(-3));
744+
//System.out.println("JSCUI hideAllMenus" + JSUtil.getStackTrace(-3));
745745
JSUtil.jQuery.$(".ui-j2smenu").hide();
746746
if (/** @j2sNative javax.swing.ToolTipManager ||*/false)
747747
ToolTipManager.j2sHideToolTip();

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSInternalFrameUI.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public JSInternalFrameUI() {
3333
isInternalFrame = true;
3434
}
3535

36-
3736
@Override
3837
protected void frameCloserAction() {
3938
JInternalFrame jif = (JInternalFrame) iframe;

0 commit comments

Comments
 (0)