Skip to content

Commit 8429924

Browse files
committed
package -> private
1 parent e57f428 commit 8429924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/maxgamer/quickshop/command/SimpleCommandManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ private boolean isAdapt(CommandContainer container, CommandSender sender) {
540540
}
541541
}
542542

543-
enum Action {
543+
private enum Action {
544544
EXECUTE("execute"),
545545
TAB_COMPLETE("tab-complete");
546546
final String name;
@@ -554,7 +554,7 @@ public String getName() {
554554
}
555555
}
556556

557-
enum PermissionType {
557+
private enum PermissionType {
558558
REQUIRE,
559559
SELECTIVE
560560
}

0 commit comments

Comments
 (0)