garydgregory commented on code in PR #1614:
URL: https://github.com/apache/commons-lang/pull/1614#discussion_r2891925238


##########
src/main/java/org/apache/commons/lang3/ArrayUtils.java:
##########
@@ -5286,8 +5286,8 @@ public static <T> T[] remove(final T[] array, final int 
index) {
      *
      * @param array   the array to remove the element from, may not be {@code 
null}.
      * @param indices the positions of the elements to be removed.
-     * @return A new array containing the existing elements except those at 
the specified positions.
-     * @throws IndexOutOfBoundsException if any index is out of range (index 
&lt; 0 || index &gt;= array.length), or if the array is {@code null}.
+     * @return A new array containing the existing elements except those at 
the specified positions or null if the input array is null.

Review Comment:
   @Partha-SUST16 
   
   Please don't change the existing grammar or markup.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to