Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Apr 1, 2019
1 parent 08dc162 commit 298465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pf4j/src/main/java/org/pf4j/RuntimeMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum RuntimeMode {
}
}

private RuntimeMode(final String name, final String... aliases) {
RuntimeMode(final String name, final String... aliases) {
this.name = name;
this.aliases = aliases;
}
Expand Down

0 comments on commit 298465d

Please sign in to comment.