Ignore:
Timestamp:
2015-09-18T00:57:22+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java

    r8751 r8764  
    143143     * use fairly small memory cache, as cached objects are quite big, as they contain BufferedImages
    144144     */
    145     public static final IntegerProperty MEMORY_CACHE_SIZE = new IntegerProperty(PREFERENCE_PREFIX + ".cache.max_objects_ram", (int)Math.max(200,  200 * Math.pow(4, ZOOM_OFFSET.get())));
     145    public static final IntegerProperty MEMORY_CACHE_SIZE = new IntegerProperty(PREFERENCE_PREFIX + ".cache.max_objects_ram",
     146            (int) Math.max(200,  200 * Math.pow(4, ZOOM_OFFSET.get())));
    146147
    147148    /*
Note: See TracChangeset for help on using the changeset viewer.