This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit d962b598e1ef1909895b9c290b01b76662123e80
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 25 12:02:36 2024 -0400

    Javadoc: Remove unused @throws
---
 src/test/java/org/apache/commons/fileupload/ParameterParserTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/fileupload/ParameterParserTest.java 
b/src/test/java/org/apache/commons/fileupload/ParameterParserTest.java
index ed03ed1c..a8ed4e11 100644
--- a/src/test/java/org/apache/commons/fileupload/ParameterParserTest.java
+++ b/src/test/java/org/apache/commons/fileupload/ParameterParserTest.java
@@ -19,7 +19,6 @@ package org.apache.commons.fileupload;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
 
-import java.io.UnsupportedEncodingException;
 import java.util.Map;
 
 import org.junit.Test;
@@ -68,7 +67,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() {

Reply via email to