Ignore:
Timestamp:
2015-06-11T01:00:43+02:00 (9 years ago)
Author:
Don-vip
Message:

Hide implicit public constructor for utility classes

File:
1 edited

Legend:

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

    r8357 r8487  
    4747     */
    4848    public static final IntegerProperty DEFAULT_MAX_OBJECTS_IN_MEMORY  = new IntegerProperty(PREFERENCE_PREFIX + ".max_objects_in_memory", 1000);
     49
     50    private JCSCacheManager() {
     51        // Hide implicit public constructor for utility classes
     52    }
    4953
    5054    @SuppressWarnings("resource")
Note: See TracChangeset for help on using the changeset viewer.