diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java b/src/main/java/org/apache/commons/lang3/ArrayUtils.java index c7f73fe75..8b7e319e1 100644 --- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java +++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java @@ -8707,7 +8707,7 @@ public static 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 the component type of the array * @param array the array holding the desired element * @param index the index of the element in the array