1
0
mirror of synced 2026-07-05 10:50:03 +00:00

remove redundant modifiers found by checkstyle

This commit is contained in:
Lars Grefer
2019-08-10 00:18:56 +02:00
parent d9016e52e6
commit ff1070df36
124 changed files with 187 additions and 190 deletions
@@ -94,7 +94,7 @@ public class UsernameEqualsPasswordLoginModule implements LoginModule {
private static class UsernamePrincipal implements Principal, Serializable {
private final String username;
public UsernamePrincipal(String username) {
UsernamePrincipal(String username) {
this.username = username;
}