And finally, narya gets the imports/overrides/regen love.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -49,7 +49,7 @@ public class AsStringFieldEditor extends FieldEditor
|
||||
_value.addFocusListener(this);
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
protected Object getDisplayValue ()
|
||||
throws Exception
|
||||
{
|
||||
@@ -95,7 +95,7 @@ public class AsStringFieldEditor extends FieldEditor
|
||||
}
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
@Override
|
||||
protected void displayValue (Object value)
|
||||
{
|
||||
_value.setText(StringUtil.toString(value, "", ""));
|
||||
|
||||
Reference in New Issue
Block a user