* Convert some inner classes to static (findbugs)
This commit is contained in:
@ -156,7 +156,7 @@ public class RequestLeaseSetMessage extends I2CPMessageImpl {
|
||||
return buf.toString();
|
||||
}
|
||||
|
||||
private class TunnelEndpoint {
|
||||
private static class TunnelEndpoint {
|
||||
private Hash _router;
|
||||
private TunnelId _tunnelId;
|
||||
|
||||
@ -186,4 +186,4 @@ public class RequestLeaseSetMessage extends I2CPMessageImpl {
|
||||
_tunnelId = tunnelId;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user