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/tools/ImageResource.java

    r6316 r7005  
    2525     * Caches the image data for resized versions of the same image.
    2626     */
    27     private Map<Dimension, Image> imgCache = new HashMap<Dimension, Image>();
     27    private Map<Dimension, Image> imgCache = new HashMap<>();
    2828    private SVGDiagram svg;
    2929    public static final Dimension DEFAULT_DIMENSION = new Dimension(-1, -1);
Note: See TracChangeset for help on using the changeset viewer.