(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authentication / NameValidator.java
index 910b345eee23a1ce2cae16e09dbc4b50d57220cc..c0c7ef111fffbbc3eb164e957221834e068aa94d 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authentication;
 
 /**
@@ -27,7 +27,7 @@ public interface NameValidator {
      * @param aName
      *            Name
      * 
-     * @return True iff the validationo is ok. 
+     * @return True iff the validationo is ok.
      */
     boolean validate(String aName);
 }