Revert code
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Josh Cummings
parent
dc8ed8b168
commit
329d9e2dfd
+1
-1
@@ -75,7 +75,7 @@ final class DefaultServiceAuthenticationDetails extends WebAuthenticationDetails
|
|||||||
if (this == obj) {
|
if (this == obj) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (!(obj instanceof DefaultServiceAuthenticationDetails that)) {
|
if (!super.equals(obj) || !(obj instanceof DefaultServiceAuthenticationDetails that)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return this.serviceUrl.equals(that.getServiceUrl());
|
return this.serviceUrl.equals(that.getServiceUrl());
|
||||||
|
|||||||
Reference in New Issue
Block a user