Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/InterModuleComm/InterModuleComm/src/InterModuleComm/Constants.java

Diff revisions: vs.
  @@ -1,9 +1,8 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package InterModuleComm;
3 -
4 - public final class Constants {
5 - public static String PROTOCOL_PREFIX = ">";
6 - public static char NV_SEP = ':';
7 - public static char SPECIAL_ID_SEP = '|';
8 - }
9 -
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package InterModuleComm;
3 +
4 + public final class Constants {
5 + public static String PROTOCOL_PREFIX = ">";
6 + public static char NV_SEP = ':';
7 + public static char SPECIAL_ID_SEP = '|';
8 + }