ggregory 2004/11/05 17:27:59
Modified: lang/src/java/org/apache/commons/lang SystemUtils.java
Log:
Javadox typo.
Revision Changes Path
1.37 +2 -2
jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java
Index: SystemUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- SystemUtils.java 8 Oct 2004 00:10:59 -0000 1.36
+++ SystemUtils.java 6 Nov 2004 01:27:59 -0000 1.37
@@ -595,7 +595,7 @@
/**
* <p>The <code>line.separator</code> System Property. Line separator
- * (<code>"\n<"</code> on UNIX).</p>
+ * (<code>"\n"</code> on UNIX).</p>
*
* <p>Defaults to <code>null</code> if the runtime does not have
* security access to read this property or the property does not exist.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]