X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FNameValidator.java;fp=security%2Fusermgt%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FNameValidator.java;h=c0c7ef111fffbbc3eb164e957221834e068aa94d;hb=3e8de23e00da80d5506c750a28e7d25f261eda92;hp=910b345eee23a1ce2cae16e09dbc4b50d57220cc;hpb=db9f2962e5c2fe846dc11292d578e6ca878e6716;p=utils diff --git a/security/usermgt/src/main/java/org/wamblee/security/authentication/NameValidator.java b/security/usermgt/src/main/java/org/wamblee/security/authentication/NameValidator.java index 910b345e..c0c7ef11 100644 --- a/security/usermgt/src/main/java/org/wamblee/security/authentication/NameValidator.java +++ b/security/usermgt/src/main/java/org/wamblee/security/authentication/NameValidator.java @@ -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); }