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-io.git
The following commit(s) were added to refs/heads/master by this push: new 8c9d8d795 Javadoc (internal) 8c9d8d795 is described below commit 8c9d8d7956730b1a9dad6a005155b869b4fb99d6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 3 10:44:37 2024 -0400 Javadoc (internal) --- src/main/java/org/apache/commons/io/IOUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/io/IOUtils.java b/src/main/java/org/apache/commons/io/IOUtils.java index 7d7ee4c7d..63c7b3098 100644 --- a/src/main/java/org/apache/commons/io/IOUtils.java +++ b/src/main/java/org/apache/commons/io/IOUtils.java @@ -1686,7 +1686,7 @@ public class IOUtils { /** * Fills the given array with 0s. * - * @param arr The array to fill. + * @param arr The non-null array to fill. * @return The given array. */ private static byte[] fill0(final byte[] arr) { @@ -1697,7 +1697,7 @@ public class IOUtils { /** * Fills the given array with 0s. * - * @param arr The array to fill. + * @param arr The non-null array to fill. * @return The given array. */ private static char[] fill0(final char[] arr) {