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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 49d5d48 Drop unused zero argument contructor 49d5d48 is described below commit 49d5d486c3b2179eb8f5c9f5a72617126c0caef3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon May 1 09:08:56 2023 -0400 Drop unused zero argument contructor --- .../java/org/apache/commons/fileupload2/FileUploadException.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileUploadException.java b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileUploadException.java index 5a54592..d876889 100644 --- a/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileUploadException.java +++ b/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/FileUploadException.java @@ -28,12 +28,6 @@ public class FileUploadException extends IOException { */ private static final long serialVersionUID = 2; - /** - * Constructs a new instance. - */ - public FileUploadException() { - } - /** * Constructs an instance with a given detail message. *