Skip to content

Commit

Permalink
[Java] Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Sep 7, 2020
1 parent 57c6155 commit e4c9791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agrona/src/main/java/org/agrona/collections/ArrayUtil.java
Expand Up @@ -107,7 +107,7 @@ public static <T> T[] remove(final T[] oldElements, final T elementToRemove)
* Remove an element from an array resulting in a new array if the index was inside the array otherwise the old
* array.
* <p>
* Returns the input parameter if the index isn't inside the array.
* Returns the old elements array if the index isn't inside the array.
*
* @param oldElements to have the element removed from.
* @param index to remove the element at.
Expand Down

0 comments on commit e4c9791

Please sign in to comment.