* Convert some inner classes to static (findbugs)

This commit is contained in:
zzz
2009-01-31 14:27:45 +00:00
parent 951f082884
commit 395baf0274
5 changed files with 9 additions and 9 deletions

View File

@ -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;
}
}
}
}