LANG-1402: Fixed comment

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/625fbcca
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/625fbcca
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/625fbcca

Branch: refs/heads/master
Commit: 625fbccaa9c42d5efbe4993e9701d8db0b53f5e9
Parents: 2521d96
Author: MarkDacek <mark.da...@richmond.edu>
Authored: Sun Jul 8 19:06:48 2018 -0400
Committer: MarkDacek <mark.da...@richmond.edu>
Committed: Sun Jul 8 19:06:48 2018 -0400

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/625fbcca/src/main/java/org/apache/commons/lang3/ArrayUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java 
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index c7f73fe..8b7e319 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 class ArrayUtils {
     }
 
     /**
-     * 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

Reply via email to