Author: tilman
Date: Mon May 18 10:00:50 2026
New Revision: 1934338

Log:
PDFBOX-5660: remove exception thats never thrown

Modified:
   
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java

Modified: 
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java
==============================================================================
--- 
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java
        Mon May 18 09:31:15 2026        (r1934337)
+++ 
pdfbox/branches/3.0/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java
        Mon May 18 10:00:50 2026        (r1934338)
@@ -291,7 +291,7 @@ class PDFieldTest
      * Test setValue and getValueAsString methods.
      */
     @Test
-    void testSetValueAndGetValueAsString() throws Exception
+    void testSetValueAndGetValueAsString()
     {
         // PDTextField requires proper form setup with /DR (Default Resources) 
to set values.
         // This test verifies the method signatures and basic behavior without 
triggering appearance generation.

Reply via email to