Skip to content

Commit e245f1a

Browse files
committed
PDFBOX-6133: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930921 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6767f77 commit e245f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ void testWrongType() throws XmpParsingException
14821482
}
14831483

14841484
@Test
1485-
void testPDFBox6131_2() throws IOException, XmpParsingException, BadFieldValueException
1485+
void testPDFBox6131_2() throws IOException, XmpParsingException
14861486
{
14871487
// Contains "Seq Text" instead of "seq Text" and "Bag Text" instead of "bag Text"
14881488
// from file RMR6DEEUWZO6IM3A7WKRPX33SZMBTTQZ
@@ -1496,7 +1496,7 @@ void testPDFBox6131_2() throws IOException, XmpParsingException, BadFieldValueEx
14961496
}
14971497

14981498
@Test
1499-
void testPDFBox6133() throws IOException, XmpParsingException, BadFieldValueException
1499+
void testPDFBox6133() throws IOException, XmpParsingException
15001500
{
15011501
// Namespace is used both for the schema and the type,
15021502
// and that there are two types with the same namespace

0 commit comments

Comments
 (0)