-
Bug
-
Resolution: Done
-
Minor
-
PLINK_2.7.0.Beta2
-
None
There is small typo in equals method of AttributeTypeEntity.
Instead of
AttributedTypeEntity other = (AttributedTypeEntity) obj;
there should be
AttributeTypeEntity other = (AttributeTypeEntity) obj;