Skip to content

Commit 8c9d8d7

Browse files
committed
Javadoc (internal)
1 parent e8be824 commit 8c9d8d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ public static long copyLarge(final Reader reader, final Writer writer, final lon
16861686
/**
16871687
* Fills the given array with 0s.
16881688
*
1689-
* @param arr The array to fill.
1689+
* @param arr The non-null array to fill.
16901690
* @return The given array.
16911691
*/
16921692
private static byte[] fill0(final byte[] arr) {
@@ -1697,7 +1697,7 @@ private static byte[] fill0(final byte[] arr) {
16971697
/**
16981698
* Fills the given array with 0s.
16991699
*
1700-
* @param arr The array to fill.
1700+
* @param arr The non-null array to fill.
17011701
* @return The given array.
17021702
*/
17031703
private static char[] fill0(final char[] arr) {

0 commit comments

Comments
 (0)