summaryrefslogtreecommitdiff
path: root/com/nemez/cmdmgr/util/HelpPageCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'com/nemez/cmdmgr/util/HelpPageCommand.java')
-rw-r--r--com/nemez/cmdmgr/util/HelpPageCommand.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/com/nemez/cmdmgr/util/HelpPageCommand.java b/com/nemez/cmdmgr/util/HelpPageCommand.java
index 984022f..a3ee138 100644
--- a/com/nemez/cmdmgr/util/HelpPageCommand.java
+++ b/com/nemez/cmdmgr/util/HelpPageCommand.java
@@ -1,18 +1,18 @@
-package com.nemez.cmdmgr.util;
-
-public class HelpPageCommand {
-
- public String permission;
- public String usage;
- public String description;
- public String method;
- public Type type;
-
- public HelpPageCommand(String perm, String usage, String description, String method, Type type) {
- this.permission = perm;
- this.usage = usage;
- this.description = description;
- this.method = method;
- this.type = type;
- }
-}
+package com.nemez.cmdmgr.util;
+
+public class HelpPageCommand {
+
+ public String permission;
+ public String usage;
+ public String description;
+ public String method;
+ public Type type;
+
+ public HelpPageCommand(String perm, String usage, String description, String method, Type type) {
+ this.permission = perm;
+ this.usage = usage;
+ this.description = description;
+ this.method = method;
+ this.type = type;
+ }
+}