kinow commented on code in PR #374:
URL: https://github.com/apache/commons-io/pull/374#discussion_r953252075


##########
src/main/java/org/apache/commons/io/IOUtils.java:
##########
@@ -346,9 +346,15 @@ public static byte[] byteArray() {
      *
      * @param size array size.
      * @return a new byte array of the given size.
+     *
+     * @exception  IllegalArgumentException  If {@code size <= 0}

Review Comment:
   `@throws` instead of `@exception`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to