Author: chris.laprun(a)jboss.com
Date: 2012-01-26 12:27:13 -0500 (Thu, 26 Jan 2012)
New Revision: 8313
Modified:
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/form/validator/UsernameValidator.java
Log:
- Removed unneeded code.
Modified:
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/form/validator/UsernameValidator.java
===================================================================
---
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/form/validator/UsernameValidator.java 2012-01-26
16:05:12 UTC (rev 8312)
+++
portal/trunk/webui/core/src/main/java/org/exoplatform/webui/form/validator/UsernameValidator.java 2012-01-26
17:27:13 UTC (rev 8313)
@@ -89,18 +89,6 @@
}
}
- @Override
- protected String getMessageLocalizationKey()
- {
- throw new UnsupportedOperationException("Unneeded by this
implementation");
- }
-
- @Override
- protected boolean isValid(String value, UIFormInput uiInput)
- {
- throw new UnsupportedOperationException("Unneeded by this
implementation");
- }
-
private boolean isSymbol(char c)
{
return c == '_' || c == '.';