mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
duh
This commit is contained in:
@@ -32,6 +32,6 @@ public class RouterIdentity extends KeysAndCert {
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
return super.equals(o) && (o instanceof LeaseSet);
|
||||
return super.equals(o) && (o instanceof RouterIdentity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user