Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r5891 r6070  
    124124                .setOptional(true).get();
    125125    }
    126    
     126
    127127    public static ImageIcon getNodeIcon(Tag tag) {
    128128        return getNodeIcon(tag, true);
    129129    }
    130    
     130
    131131    public static ImageIcon getNodeIcon(Tag tag, boolean includeDeprecatedIcon) {
    132132        if (tag != null) {
Note: See TracChangeset for help on using the changeset viewer.