Stephen Colebourne wrote:
I tried to apply the patch, but it failed, so I've done it mostly by hand instead. You may want to check the CVS again ;-)
Hi!
I've attached a new patch with the most obvious changes that was missed. :)
Index: StringUtils.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java,v retrieving revision 1.22 diff -r1.22 StringUtils.java 1530c1530 < * @param str the Object to check --- > * @param obj the Object to check Index: ArrayUtils.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/ArrayUtils.java,v retrieving revision 1.2 diff -r1.2 ArrayUtils.java 400c400,401 < * @param true if length of arrays matches, treating <code>null</code> as an empty array --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array 418,419c419,421 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 436,437c438,440 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 454,455c457,459 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 472,473c476,478 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 490,491c495,497 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 508,509c514,516 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 526,527c533,535 < * @param true if length of arrays matches, treating <code>null</code> as an empty array < */ --- > * @return <code>true</code> if length of arrays matches, treating > * <code>null</code> as an empty array > */ 543c551 < * @param true if type of arrays matches --- > * @return <code>true</code> if type of arrays matches
-- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
