I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8fd2a05b authored by zzz's avatar zzz
Browse files

duh

parent 002d057c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment