Ignore:
Timestamp:
2015-05-16T15:13:38+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Findbugs performance issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/NodeElemStyle.java

    r8345 r8365  
    44import java.awt.BasicStroke;
    55import java.awt.Color;
    6 import java.awt.Image;
    76import java.awt.Rectangle;
    87import java.awt.Stroke;
     
    2928    public final RotationAngle mapImageAngle;
    3029    public final Symbol symbol;
    31 
    32     private Image enabledNodeIcon;
    33     private Image disabledNodeIcon;
    34 
    35     private boolean enabledNodeIconIsTemporary;
    36     private boolean disabledNodeIconIsTemporary;
    3730
    3831    public enum SymbolShape { SQUARE, CIRCLE, TRIANGLE, PENTAGON, HEXAGON, HEPTAGON, OCTAGON, NONAGON, DECAGON }
Note: See TracChangeset for help on using the changeset viewer.