more misc findbugs

This commit is contained in:
zzz
2011-07-08 17:54:57 +00:00
parent 9d4cc26890
commit 44f4e551b7
6 changed files with 13 additions and 11 deletions

View File

@@ -379,7 +379,7 @@ class KBucketImpl implements KBucket {
}
private static void testRand() {
StringBuilder buf = new StringBuilder(2048);
//StringBuilder buf = new StringBuilder(2048);
int low = 1;
int high = 3;
Log log = I2PAppContext.getGlobalContext().logManager().getLog(KBucketImpl.class);