Fixing find bugs reported issues

This commit is contained in:
prabathabey 2016-04-25 21:07:57 +05:30
parent f2ba20baeb
commit a10a693507

View File

@ -118,4 +118,10 @@ public class EnrolmentInfo implements Serializable {
}
return false;
}
@Override
public int hashCode() {
return owner.hashCode() ^ ownership.hashCode();
}
}