scolebourne 2003/07/14 16:02:08
Modified: lang/src/java/org/apache/commons/lang StringUtils.java
Log:
Unify format of NOTE comments
Revision Changes Path
1.55 +7 -7
jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java
Index: StringUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- StringUtils.java 14 Jul 2003 22:26:51 -0000 1.54
+++ StringUtils.java 14 Jul 2003 23:02:08 -0000 1.55
@@ -1005,9 +1005,9 @@
* otherwise leave it alone. A newline is "<code>\n</code>",
* "<code>\r</code>", or "<code>\r\n</code>".</p>
*
- * <p>Note that this behavior has changed from 1.0. It
- * now more closely matches Perl chomp. For the previous behavior,
- * use [EMAIL PROTECTED] #slice(String)}.</p>
+ * <p>NOTE: This method changed in 2.0.
+ * It now more closely matches Perl chomp.
+ * For the previous behavior, use [EMAIL PROTECTED] #slice(String)}.</p>
*
* @param str String to chomp a newline from
* @return String without newline
@@ -1046,9 +1046,9 @@
* <p>Remove <code>separator</code> from the end of
* <code>str</code> if it's there, otherwise leave it alone.</p>
*
- * <p>Note that this behavior has changed from 1.0. It
- * now more closely matches Perl chomp. For the previous behavior,
- * use [EMAIL PROTECTED] #slice(String,String)}.</p>
+ * <p>NOTE: This method changed in version 2.0.
+ * It now more closely matches Perl chomp.
+ * For the previous behavior, use [EMAIL PROTECTED] #slice(String,String)}.</p>
*
* @param str string to chomp from
* @param separator separator string
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]