Unnecessary enum modifier
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public enum OpenIDAuthenticationStatus {
|
||||
// ~ Constructors
|
||||
// ===================================================================================================
|
||||
|
||||
private OpenIDAuthenticationStatus(String name) {
|
||||
OpenIDAuthenticationStatus(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user