Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/InterModuleComm/InterModuleComm/src/InterModuleComm/Constants.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 InterModuleComm;
3 3
4 - public final class Constants
5 - {
4 + public final class Constants {
6 5 public static String PROTOCOL_PREFIX = ">";
7 6 public static char NV_SEP = ':';
8 7 public static char SPECIAL_ID_SEP = '|';