mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-24 22:25:18 +00:00
Revert code
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
parent
dc8ed8b168
commit
329d9e2dfd
@ -75,7 +75,7 @@ final class DefaultServiceAuthenticationDetails extends WebAuthenticationDetails
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof DefaultServiceAuthenticationDetails that)) {
|
||||
if (!super.equals(obj) || !(obj instanceof DefaultServiceAuthenticationDetails that)) {
|
||||
return false;
|
||||
}
|
||||
return this.serviceUrl.equals(that.getServiceUrl());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user