LANG-1402: more comment proofreading

This commit is contained in:
MarkDacek 2018-07-08 19:35:13 -04:00
parent 96f3ab8410
commit ec2ec77492
1 changed files with 1 additions and 1 deletions

View File

@ -8678,7 +8678,7 @@ public static void shuffle(final double[] array, final Random random) {
* @param <T> the component type of the array, may be null
* @param array the array holding the desired element
* @param index the index of the element in the array
* @return The element in the array at the index, or null if it is ill-formatted
* @return The element in the array at the index, or null if the array is not sufficiently long for the index. May return null if the array contains null
* @since 3.8
*/
public static <T> T get(T[] array, int index){