lielfr commented on a change in pull request #471: [LANG-1177] Added indexesOf 
methods and simplified removeAllOccurences
URL: https://github.com/apache/commons-lang/pull/471#discussion_r339746201
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java
 ##########
 @@ -3254,6 +3254,59 @@ public static int indexOf(final Object[] array, final 
Object objectToFind, int s
         return INDEX_NOT_FOUND;
     }
 
+    /**
+     * <p>Finds the indices of the given object in the array.
 
 Review comment:
   @garydgregory Fixed. Apparently this is a problem with other functions too

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to