Skip to content

Commit 3a1bc56

Browse files
Remove unused import
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 68847f2 commit 3a1bc56

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

oauth2/oauth2-resource-server/src/test/java/org/springframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospectorTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.security.oauth2.server.resource.introspection;
1818

1919
import java.io.IOException;
20-
import java.nio.charset.StandardCharsets;
2120
import java.time.Instant;
2221
import java.util.Arrays;
2322
import java.util.Base64;

oauth2/oauth2-resource-server/src/test/java/org/springframework/security/oauth2/server/resource/introspection/SpringReactiveOpaqueTokenIntrospectorTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.security.oauth2.server.resource.introspection;
1818

1919
import java.io.IOException;
20-
import java.nio.charset.StandardCharsets;
2120
import java.time.Instant;
2221
import java.util.Arrays;
2322
import java.util.Base64;

0 commit comments

Comments
 (0)