forked from I2P_Developers/i2p.i2p
More findbugs all over
This commit is contained in:
@@ -176,7 +176,7 @@ class Daemon {
|
||||
private static void update(NamingService router, Set<String> knownNames,
|
||||
NamingService publishedNS, AddressBook addressbook,
|
||||
Iterator<Map.Entry<String, HostTxtEntry>> iter, Log log) {
|
||||
long start = System.currentTimeMillis();
|
||||
long start = DEBUG ? System.currentTimeMillis() : 0;
|
||||
int old = 0, nnew = 0, invalid = 0, conflict = 0, total = 0;
|
||||
int deleted = 0;
|
||||
while(iter.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user