We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650ec3b commit c4b60cdCopy full SHA for c4b60cd
core/src/test/java/org/springframework/security/authentication/ott/JdbcOneTimeTokenServiceTests.java
@@ -42,7 +42,7 @@
42
*
43
* @author Max Batischev
44
*/
45
-public class JdbcOneTimeTokenServiceTests {
+class JdbcOneTimeTokenServiceTests {
46
47
private static final String USERNAME = "user";
48
@@ -64,7 +64,7 @@ void setUp() {
64
}
65
66
@AfterEach
67
- public void tearDown() throws Exception {
+ void tearDown() throws Exception {
68
this.db.shutdown();
69
this.oneTimeTokenService.destroy();
70
0 commit comments