1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2024-10-31 22:38:48 +00:00

update...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2015-10-13 12:31:54 +08:00
parent 802338de20
commit 6b01aaf888

View File

@ -113,7 +113,7 @@ public class CommandRes extends BaseCommand implements DefaultCommand {
}
@Override
public void defaultexecute(final CommandSender sender, final Command command, final String label) throws CommandException {
public void defaultExecute(final CommandSender sender, final Command command, final String label) throws CommandException {
commandHelp(new String[] { "?" }, true, sender);
}