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/data/Version.java

    r6990 r7005  
    7575
    7676    protected Map<String, String> parseManifestStyleFormattedString(String content) {
    77         Map<String, String> properties = new HashMap<String, String>();
     77        Map<String, String> properties = new HashMap<>();
    7878        if (content == null) return properties;
    7979        Pattern p = Pattern.compile("^([^:]+):(.*)$");
Note: See TracChangeset for help on using the changeset viewer.