forked from I2P_Developers/i2p.i2p
findbugs all over
This commit is contained in:
@ -323,8 +323,6 @@ public class Analysis extends JobImpl implements RouterApp {
|
||||
if (_log.shouldWarn())
|
||||
_log.warn("Analyzing " + ris.size() + " routers, including non-floodfills? " + includeAll);
|
||||
|
||||
double avgMinDist = getAvgMinDist(ris);
|
||||
|
||||
// IP analysis
|
||||
calculateIPGroupsFamily(ris, points);
|
||||
List<RouterInfo> ri32 = new ArrayList<RouterInfo>(4);
|
||||
|
@ -34,7 +34,7 @@ public class HomeHelper extends HelperBase {
|
||||
static final String PROP_MONITORING = "routerconsole.monitoring";
|
||||
static final String PROP_OLDHOME = "routerconsole.oldHomePage";
|
||||
private static final String PROP_SEARCH = "routerconsole.showSearch";
|
||||
public final String bottomWrap = "<br>\n" +
|
||||
private static final String bottomWrap = "<br>\n" +
|
||||
"<div class=\"clearer\"> </div>\n" +
|
||||
"</div>\n" +
|
||||
"</div>\n";
|
||||
|
Reference in New Issue
Block a user