StringBuilder, rename local, javadocs

This commit is contained in:
riking
2014-06-03 18:18:43 -07:00
parent c4b48df0ee
commit d32a077359
4 changed files with 8 additions and 14 deletions

View File

@@ -350,7 +350,6 @@ public abstract class BaseDisguiseCommand implements CommandExecutor {
// Parse to horse color
} else if (param.getSimpleName().equals("Color")) {
try {
value = param.getMethod("valueOf", String.class).invoke(null, valueString.toUpperCase());
} catch (Exception ex) {
throw parseToException("a horse color", valueString, methodName);