Skip to content

Commit 35cfc0e

Browse files
committed
inner class made static
1 parent 54e3780 commit 35cfc0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authentication/authentication-commons-jwt/src/main/java/com/fd/tryout/security/jwt/JwtUsernamePasswordAuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private String generateToken(Authentication auth) {
7272
}
7373

7474
@Data
75-
private class User {
75+
private static class User {
7676
private String username;
7777
private String password;
7878
}

0 commit comments

Comments
 (0)