bayard 2003/04/01 09:19:29
Modified: lang/src/java/org/apache/commons/lang StringEscapeUtils.java
Log:
Put myself in as author of escape/unescape and removed unused imports.
Really just to test eclipse/cvs on OS X.
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.2 +2 -5
jakarta-commons/lang/src/java/org/apache/commons/lang/StringEscapeUtils.java
Index: StringEscapeUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/StringEscapeUtils.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringEscapeUtils.java 31 Mar 2003 03:53:52 -0000 1.1
+++ StringEscapeUtils.java 1 Apr 2003 17:19:28 -0000 1.2
@@ -53,13 +53,10 @@
*/
package org.apache.commons.lang;
-import java.util.StringTokenizer;
-import java.util.Iterator;
import java.util.Map;
import java.util.HashMap;
import java.io.IOException;
import java.io.Writer;
-import java.io.StringWriter;
import org.apache.commons.lang.exception.NestableRuntimeException;
@@ -72,7 +69,7 @@
* <a href="http://www.purpletech.com/code/">Purple Technology</a>
* </p>
*
- * @author original author of escape and unescape=?
+ * @author <a href="mailto:[EMAIL PROTECTED]">Henri Yandell</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Alexander Day Chaffee</a>
* @author <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
* @author Helge Tesgaard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]