mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-14 22:15:17 +00:00
LANG-1402: Fixed comment
This commit is contained in:
parent
2521d9619f
commit
625fbccaa9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user