remove redundant modifiers found by checkstyle
This commit is contained in:
@@ -265,7 +265,7 @@ public class AuthenticationPrincipalArgumentResolverTests {
|
||||
this.property = property;
|
||||
}
|
||||
|
||||
public CopyUserPrincipal(CopyUserPrincipal toCopy) {
|
||||
CopyUserPrincipal(CopyUserPrincipal toCopy) {
|
||||
this.property = toCopy.property;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user