stray semicolon

This commit is contained in:
zzz
2017-03-08 16:24:13 +00:00
parent d573910b7a
commit 23ee40d990

View File

@@ -87,7 +87,7 @@ public final class ByteCache {
if (cache == null) {
cache = new ByteCache(cacheSize, size);
_caches.put(sz, cache);
; }
}
cache.resize(cacheSize);
//I2PAppContext.getGlobalContext().logManager().getLog(ByteCache.class).error("ByteCache size: " + size + " max: " + cacheSize, new Exception("from"));
return cache;