Subversion Repository Public Repository

litesoft

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

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