Author: tilman
Date: Sun Dec 28 13:53:56 2025
New Revision: 1930919

Log:
PDFBOX-6133: Sonar fix

Modified:
   
pdfbox/branches/2.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java

Modified: 
pdfbox/branches/2.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
==============================================================================
--- 
pdfbox/branches/2.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
        Sun Dec 28 12:47:29 2025        (r1930918)
+++ 
pdfbox/branches/2.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
        Sun Dec 28 13:53:56 2025        (r1930919)
@@ -1565,7 +1565,7 @@ public class DomXmpParserTest
     }
 
     @Test
-    public void testPDFBox6131_2() throws IOException, XmpParsingException, 
BadFieldValueException
+    public void testPDFBox6131_2() throws IOException, XmpParsingException
     {
         // Contains "Seq Text" instead of "seq Text" and "Bag Text" instead of 
"bag Text"
         // from file RMR6DEEUWZO6IM3A7WKRPX33SZMBTTQZ
@@ -1578,7 +1578,7 @@ public class DomXmpParserTest
     }
 
     @Test
-    public void testPDFBox6133() throws IOException, XmpParsingException, 
BadFieldValueException
+    public void testPDFBox6133() throws IOException, XmpParsingException
     {
         // Namespace is used both for the schema and the type,
         // and that there are two types with the same namespace

Reply via email to