git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2524
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
/** {@inheritDoc} */
public boolean equals(Object obj) {
+ if(obj == this){
+ return true;
+ }
+
if (!(obj instanceof AuthenticationMethodInformation)) {
return false;
}
/** {@inheritDoc} */
public boolean equals(Object obj) {
+ if(obj == this){
+ return true;
+ }
+
if (!(obj instanceof ServiceInformation)) {
return false;
}