Skip to content

Commit

Permalink
Fix import order violation
Browse files Browse the repository at this point in the history
Issue gh-15885
  • Loading branch information
jacknie84 committed Oct 29, 2024
1 parent b2b111f commit 16e954a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@

package org.springframework.security.oauth2.server.resource.web.server.authentication;

import java.util.Base64;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.mock.http.server.reactive.MockServerHttpRequest;
Expand All @@ -27,8 +30,6 @@
import org.springframework.security.oauth2.server.resource.BearerTokenErrorCodes;
import org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken;

import java.util.Base64;

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;

Expand Down

0 comments on commit 16e954a

Please sign in to comment.