1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Revert code

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-10-21 20:13:40 +07:00
committed by Josh Cummings
parent dc8ed8b168
commit 329d9e2dfd
@@ -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());