LANG-1402: Fixed comment

This commit is contained in:
MarkDacek 2018-07-08 19:06:48 -04:00
parent 2521d9619f
commit 625fbccaa9
1 changed files with 1 additions and 1 deletions

View File

@ -8707,7 +8707,7 @@ public static <T> T get(T[] array, int index, T defaultReturn){
}
/**
* Gets an element from the array if the array is non-null and appropriately long, otherwise returns the specified value
* Returns whether a given array can safely be accessed at the given index.
* @param <T> the component type of the array
* @param array the array holding the desired element
* @param index the index of the element in the array