Ignore:
Timestamp:
2015-05-06T00:23:51+02:00 (9 years ago)
Author:
Don-vip
Message:

fix various issues:

  • performance - inefficient use of keySet iterator instead of entrySet iterator
  • squid:S2674: The value returned from a stream read should be checked
  • remove unused imports
  • improve javadoc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java

    r8323 r8332  
    1212import java.awt.Graphics2D;
    1313import java.awt.GridBagLayout;
    14 import java.awt.Image;
    1514import java.awt.Point;
    1615import java.awt.Rectangle;
     
    3433import javax.swing.Action;
    3534import javax.swing.Icon;
    36 import javax.swing.ImageIcon;
    3735import javax.swing.JLabel;
    3836import javax.swing.JOptionPane;
Note: See TracChangeset for help on using the changeset viewer.