This commit is contained in:
Keith Donald
2008-03-23 05:07:47 +00:00
parent 94b401c917
commit c85e6f6320

View File

@@ -53,4 +53,9 @@ public class PropertyEditorFormatter extends AbstractFormatter {
propertyEditor.setAsText(formattedValue);
return propertyEditor.getValue();
}
protected String getExpectedFormat() {
return null;
}
}