bayard      2003/07/09 16:54:16

  Modified:    lang/src/java/org/apache/commons/lang StringUtils.java
  Log:
  Removed the unnecessary 'A' from join's char separator javadocs.
  
  Revision  Changes    Path
  1.53      +3 -3      
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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- StringUtils.java  8 Jul 2003 05:59:58 -0000       1.52
  +++ StringUtils.java  9 Jul 2003 23:54:16 -0000       1.53
  @@ -652,7 +652,7 @@
        * <p>Joins the elements of the provided array into a single String
        * containing the provided list of elements.</p>
        *
  -     * <p>No delimiter is added before or after the list. A
  +     * <p>No delimiter is added before or after the list.
        *
        * @param array the array of values to join together
        * @param separator the separator character to use
  @@ -698,7 +698,7 @@
        * <p>Joins the elements of the provided <code>Iterator</code> into
        * a single String containing the provided elements.</p>
        *
  -     * <p>No delimiter is added before or after the list. A
  +     * <p>No delimiter is added before or after the list.
        *
        * @param iterator the <code>Iterator</code> of values to join together
        * @param separator  the separator character to use
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to