Ignore:
Timestamp:
2014-04-26T17:39:23+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - use diamond operator where applicable

File:
1 edited

Legend:

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

    r6986 r7005  
    2323    public static final Cascade EMPTY_CASCADE = new Cascade();
    2424
    25     protected Map<String, Object> prop = new HashMap<String, Object>();
     25    protected Map<String, Object> prop = new HashMap<>();
    2626
    2727    private static final Pattern HEX_COLOR_PATTERN = Pattern.compile("#([0-9a-fA-F]{3}|[0-9a-fA-F]{6})");
Note: See TracChangeset for help on using the changeset viewer.