forked from I2P_Developers/i2p.i2p
fixes from DataHelper.eq() deprecation
This commit is contained in:
@@ -193,7 +193,7 @@ public class GarlicClove extends DataStructureImpl {
|
||||
return false;
|
||||
GarlicClove clove = (GarlicClove)obj;
|
||||
return DataHelper.eq(getCertificate(), clove.getCertificate()) &&
|
||||
DataHelper.eq(getCloveId(), clove.getCloveId()) &&
|
||||
_cloveId == clove.getCloveId() &&
|
||||
DataHelper.eq(getData(), clove.getData()) &&
|
||||
DataHelper.eq(getExpiration(), clove.getExpiration()) &&
|
||||
DataHelper.eq(getInstructions(), clove.getInstructions());
|
||||
|
||||
Reference in New Issue
Block a user