mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 17:21:43 +00:00
more misc. findbugs
This commit is contained in:
@@ -407,7 +407,6 @@ public class NetDbRenderer {
|
||||
*/
|
||||
private static int classifyTransports(RouterInfo info) {
|
||||
int rv = 0;
|
||||
String hash = info.getIdentity().getHash().toBase64();
|
||||
for (RouterAddress addr : info.getAddresses()) {
|
||||
String style = addr.getTransportStyle();
|
||||
if (style.equals("NTCP")) {
|
||||
|
||||
Reference in New Issue
Block a user