Ignore:
Timestamp:
2015-11-30T08:36:35+01:00 (9 years ago)
Author:
Don-vip
Message:

Sonar - squid:S2293 - The diamond operator ("<>") should be used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/CacheEntryAttributes.java

    r8624 r9070  
    2222public class CacheEntryAttributes extends ElementAttributes {
    2323    private static final long serialVersionUID = 1L; //version
    24     private final Map<String, String> attrs = new ConcurrentHashMap<String, String>(RESERVED_KEYS.size());
     24    private final Map<String, String> attrs = new ConcurrentHashMap<>(RESERVED_KEYS.size());
    2525    private static final String NO_TILE_AT_ZOOM = "noTileAtZoom";
    2626    private static final String ETAG = "Etag";
Note: See TracChangeset for help on using the changeset viewer.