Ignore:
Timestamp:
2016-06-18T16:20:29+02:00 (8 years ago)
Author:
wiktorn
Message:

Checkstyle fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/imagery/CommonSettingsPanel.java

    r10417 r10418  
    133133        boolean restartRequired = false;
    134134        if (!AbstractCachedTileSourceLayer.MAX_DISK_CACHE_SIZE.get().equals(this.maxElementsOnDisk.getValue())) {
    135             if (((Integer)this.maxElementsOnDisk.getValue()) < AbstractCachedTileSourceLayer.MAX_DISK_CACHE_SIZE.get() &&
     135            if (((Integer) this.maxElementsOnDisk.getValue()) < AbstractCachedTileSourceLayer.MAX_DISK_CACHE_SIZE.get() &&
    136136                    JCSCacheManager.USE_BLOCK_CACHE.get()) {
    137137                // reducing size of the cache, this requires deletion of the files
Note: See TracChangeset for help on using the changeset viewer.