garydgregory 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_r339729354
##########
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:
Oops, I did not notice before that you did not close any of these HTML tags.
You need to close paragraphs.
----------------------------------------------------------------
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