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:
[email protected]
With regards,
Apache Git Services