Skip to content

Commit 6138393

Browse files
committed
PDFBOX-5660: remove exception thats never thrown
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1934339 13f79535-47bb-0310-9956-ffa450edef68
1 parent de39ee8 commit 6138393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ void testGetFieldType()
291291
* Test setValue and getValueAsString methods.
292292
*/
293293
@Test
294-
void testSetValueAndGetValueAsString() throws Exception
294+
void testSetValueAndGetValueAsString()
295295
{
296296
// PDTextField requires proper form setup with /DR (Default Resources) to set values.
297297
// This test verifies the method signatures and basic behavior without triggering appearance generation.

0 commit comments

Comments
 (0)