Style fixes and import pruning. Beware, CheckStyle is (finally) coming to town.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -78,13 +78,13 @@ public class AsStringFieldEditor extends FieldEditor
|
||||
|
||||
} else if (_field.getType().equals(int[].class)) {
|
||||
return StringUtil.parseIntArray(_value.getText());
|
||||
|
||||
|
||||
} else if (_field.getType().equals(float[].class)) {
|
||||
return StringUtil.parseFloatArray(_value.getText());
|
||||
|
||||
} else if (_field.getType().equals(long[].class)) {
|
||||
return StringUtil.parseLongArray(_value.getText());
|
||||
|
||||
|
||||
} else if (_field.getType().equals(Boolean.TYPE)) {
|
||||
return new Boolean(_value.getText().equalsIgnoreCase("true"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user