You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/02/17 14:40:00 UTC

[GitHub] [commons-lang] garydgregory commented on a change in pull request #492: style(org.apache.commons.lang3): rename method from removeAllOccurenc…

garydgregory commented on a change in pull request #492: style(org.apache.commons.lang3): rename method from removeAllOccurenc…
URL: https://github.com/apache/commons-lang/pull/492#discussion_r380218605
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java
 ##########
 @@ -802,8 +802,8 @@ private static Object add(final Object array, final int index, final Object elem
 
     /**
      * <p>Adds all the elements of the given arrays into a new array.
-     * <p>The new array contains all of the element of {@code array1} followed
-     * by all of the elements {@code array2}. When an array is returned, it is always
+     * <p>The new array contains all the element of {@code array1} followed
 
 Review comment:
   This is still wrong: "The new array contains all the element of {@code array1} followed" -> "The new array contains all the element**s** of {@code array1} followed"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services