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/io/imagery/WMSGrabber.java

    r6995 r7005  
    4141    protected String baseURL;
    4242    private ImageryInfo info;
    43     private Map<String, String> props = new HashMap<String, String>();
     43    private Map<String, String> props = new HashMap<>();
    4444
    4545    public WMSGrabber(MapView mv, WMSLayer layer, boolean localOnly) {
Note: See TracChangeset for help on using the changeset viewer.