clarified Javadoc

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

Branch: refs/heads/master
Commit: 3dbc94481291a99ecf28d47b3f338df99d96df40
Parents: 2cad60b
Author: MarkDacek <mark.da...@richmond.edu>
Authored: Wed Aug 8 21:47:43 2018 -0400
Committer: MarkDacek <mark.da...@richmond.edu>
Committed: Wed Aug 8 21:47:43 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/3dbc9448/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 f6b1131..4ff2553 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -8676,7 +8676,7 @@ public class ArrayUtils {
     /**
      * 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 to inspect
+     * @param array the array to inspect, may be null
      * @param index the index of the array to be inspected
      * @return Whether the given index is safely-accessible in the given array
      * @since 3.8

Reply via email to