From 74a15078a656e09f0960554cabe7cd7584e3bb82 Mon Sep 17 00:00:00 2001 From: alfonsoristorato Date: Sat, 13 Dec 2025 20:44:51 +0000 Subject: [PATCH] fix import order Signed-off-by: alfonsoristorato --- .../resource/authentication/JwtAuthenticationProvider.java | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/authentication/JwtAuthenticationProvider.java b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/authentication/JwtAuthenticationProvider.java index 89ed88599c..5f56f509af 100644 --- a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/authentication/JwtAuthenticationProvider.java +++ b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/authentication/JwtAuthenticationProvider.java @@ -20,7 +20,6 @@ import java.util.Collection; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; - import org.jspecify.annotations.NonNull; import org.springframework.core.convert.converter.Converter;