From 8fd2a05bf9067ebb565f85a5c2d9643396484392 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 13 Jun 2014 22:12:38 +0000 Subject: [PATCH] duh --- core/java/src/net/i2p/data/RouterIdentity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/data/RouterIdentity.java b/core/java/src/net/i2p/data/RouterIdentity.java index 5e34844cc..346bb5f8d 100644 --- a/core/java/src/net/i2p/data/RouterIdentity.java +++ b/core/java/src/net/i2p/data/RouterIdentity.java @@ -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); } }