more misc. findbugs

This commit is contained in:
zzz
2011-07-08 18:05:28 +00:00
parent 44f4e551b7
commit 56650ebfb4
6 changed files with 5 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ public class AsyncFortunaStandalone extends FortunaStandalone implements Runnabl
}
private void doFill(byte buf[]) {
long start = System.currentTimeMillis();
//long start = System.currentTimeMillis();
if (pool0Count >= MIN_POOL_SIZE
&& System.currentTimeMillis() - lastReseed > 100)
{