This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new f441281 Remove duplicate @throws tag f441281 is described below commit f44128126cc6c3c9cb6691db4b3e6186a68a4b2a Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 2 08:56:54 2021 +0100 Remove duplicate @throws tag --- src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java index fd4b0dc..e7037f9 100644 --- a/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java +++ b/src/main/java/org/apache/commons/fileupload2/disk/DiskFileItem.java @@ -293,7 +293,7 @@ public class DiskFileItem * Returns the contents of the file as an array of bytes. If the * contents of the file were not yet cached in memory, they will be * loaded from the disk storage and cached. - * @throws UncheckedIOException if an I/O error occurs + * * @return The contents of the file as an array of bytes * or {@code null} if the data cannot be read *