|
From: <kc...@us...> - 2003-06-13 06:33:43
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler
In directory sc8-pr-cvs1:/tmp/cvs-serv4664/handler
Modified Files:
Constants.java
Log Message:
added a new constants representing a CRLF
Index: Constants.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/Constants.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Constants.java 27 May 2003 06:53:31 -0000 1.28
--- Constants.java 13 Jun 2003 06:33:39 -0000 1.29
***************
*** 650,653 ****
--- 650,658 ----
public static final String START = "start";
+ /**
+ * CRLF
+ */
+ public static final String CRLF = "\r\n";
+
/*
* XML tags for Exports
|