Changeset 10654 in josm


Ignore:
Timestamp:
2016-07-27T00:01:57+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13128 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCacheManagerTest.java

    r10652 r10654  
    5353            CacheAccess<Object, Object> cache = JCSCacheManager.getCache("testUseBigDiskFile", 1, 100, "foobar");
    5454            assertEquals("BlockDiskCache use file size to calculate its size", 10*1024,
    55                     ((BlockDiskCacheAttributes)cache.getCacheControl().getAuxCaches()[0].getAuxiliaryCacheAttributes()).getMaxKeySize());
     55                    ((BlockDiskCacheAttributes) cache.getCacheControl().getAuxCaches()[0].getAuxiliaryCacheAttributes()).getMaxKeySize());
    5656        }
    5757    }
    58 
    5958}
Note: See TracChangeset for help on using the changeset viewer.