Skip to content

Commit c4b60cd

Browse files
committed
Reduce visibility for JdbcOneTimeTokenServiceTests
Issue gh-15735
1 parent 650ec3b commit c4b60cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/java/org/springframework/security/authentication/ott/JdbcOneTimeTokenServiceTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* @author Max Batischev
4444
*/
45-
public class JdbcOneTimeTokenServiceTests {
45+
class JdbcOneTimeTokenServiceTests {
4646

4747
private static final String USERNAME = "user";
4848

@@ -64,7 +64,7 @@ void setUp() {
6464
}
6565

6666
@AfterEach
67-
public void tearDown() throws Exception {
67+
void tearDown() throws Exception {
6868
this.db.shutdown();
6969
this.oneTimeTokenService.destroy();
7070
}

0 commit comments

Comments
 (0)