Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
  • Loading branch information
ngocnhan-tran1996 committed Jan 14, 2025
1 parent 68847f2 commit 3a1bc56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.springframework.security.oauth2.server.resource.introspection;

import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.time.Instant;
import java.util.Arrays;
import java.util.Base64;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.springframework.security.oauth2.server.resource.introspection;

import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.time.Instant;
import java.util.Arrays;
import java.util.Base64;
Expand Down

0 comments on commit 3a1bc56

Please sign in to comment.