Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by JesseSweetland: http://wiki.apache.org/jakarta-commons/Betwixt/TipsAndHints/Java5Enums ------------------------------------------------------------------------------ /** * @author Jesse Sweetland */ - public class EnumObjectStringConverter extends ObjectStringConverter { + public class EnumObjectStringConverter extends DefaultObjectStringConverter { public String objectToString(Object object, Class type, Context context) { String value = null; if(object instanceof Enum) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
