fixes from DataHelper.eq() deprecation

This commit is contained in:
zzz
2010-05-10 15:58:53 +00:00
parent 7ec1dd7a98
commit dc91580e30
13 changed files with 19 additions and 19 deletions

View File

@@ -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());