Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/toolkit/IdentifierValidator.java

Diff revisions: vs.
  @@ -1,9 +1,9 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.toolkit;
3 -
4 - public interface IdentifierValidator {
5 - /**
6 - * @return null or Error (or why pName is not valid) @param pIdentifier
7 - */
8 - public String validateIdentifier( String pIdentifier, String pPurpose );
9 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.toolkit;
3 +
4 + public interface IdentifierValidator {
5 + /**
6 + * @return null or Error (or why pName is not valid) @param pIdentifier
7 + */
8 + public String validateIdentifier( String pIdentifier, String pPurpose );
9 + }