This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 7733c39e6 Javadoc
7733c39e6 is described below

commit 7733c39e6bbacaafea0b3019d65a7c0c67007e93
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 10 09:37:36 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/ArrayFill.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayFill.java 
b/src/main/java/org/apache/commons/lang3/ArrayFill.java
index facdc6619..a8de5e702 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayFill.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayFill.java
@@ -120,6 +120,7 @@ public final class ArrayFill {
     /**
      * Fills and returns the given array.
      *
+     * @param <T> the array type.
      * @param a   the array to be filled.
      * @param val the value to be stored in all elements of the array.
      * @return the given array.

Reply via email to