Added "multiword" strings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user