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
commit 90de20c933b2f6dc99ea941c84a20baec7d830d2 Author: Gary Gregory <[email protected]> AuthorDate: Sun Apr 2 11:44:07 2023 -0400 Fix Javadoc warning --- src/test/java/org/apache/commons/fileupload2/ParameterParserTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/fileupload2/ParameterParserTest.java b/src/test/java/org/apache/commons/fileupload2/ParameterParserTest.java index 8b8e00f..134e41f 100644 --- a/src/test/java/org/apache/commons/fileupload2/ParameterParserTest.java +++ b/src/test/java/org/apache/commons/fileupload2/ParameterParserTest.java @@ -69,7 +69,6 @@ public class ParameterParserTest { /** * Test for <a href="https://issues.apache.org/jira/browse/FILEUPLOAD-274">FILEUPLOAD-274</a> - * @throws UnsupportedEncodingException */ @Test public void testFileUpload274() {
