Skip to content

Commit d0cde3a

Browse files
committed
PDFBOX-5976: remove unused throws
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1924669 13f79535-47bb-0310-9956-ffa450edef68
1 parent f87117c commit d0cde3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
import java.io.IOException;
2525
import java.io.InputStream;
26-
import java.io.UnsupportedEncodingException;
2726
import java.nio.charset.StandardCharsets;
2827

2928
import org.apache.xmpbox.XMPMetadata;
@@ -67,7 +66,7 @@ void testPDFBox5835() throws IOException, XmpParsingException
6766
}
6867

6968
@Test
70-
void testPDFBox5976() throws XmpParsingException, UnsupportedEncodingException
69+
void testPDFBox5976() throws XmpParsingException
7170
{
7271
String s = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n" +
7372
"<?xpacket begin=\"\" id=\"W5M0MpCehiHzreSzNTczkc9d\"?>\n" +

0 commit comments

Comments
 (0)