diff --git a/hawkbit-security-integration/src/main/java/org/eclipse/hawkbit/security/PreAuthTokenSourceTrustAuthenticationProvider.java b/hawkbit-security-integration/src/main/java/org/eclipse/hawkbit/security/PreAuthTokenSourceTrustAuthenticationProvider.java index f66e8ed8f..d628f3273 100644 --- a/hawkbit-security-integration/src/main/java/org/eclipse/hawkbit/security/PreAuthTokenSourceTrustAuthenticationProvider.java +++ b/hawkbit-security-integration/src/main/java/org/eclipse/hawkbit/security/PreAuthTokenSourceTrustAuthenticationProvider.java @@ -37,7 +37,7 @@ import org.springframework.security.web.authentication.preauth.PreAuthenticatedA * also check the remote IP address of the request. */ @Slf4j -public class PreAuthTokenSourceTrustAuthenticationProvider implements AuthenticationProvider +public class PreAuthTokenSourceTrustAuthenticationProvider implements AuthenticationProvider { private final List authorizedSourceIps;