Skip to content

Commit b3dad2b

Browse files
committed
PDFBOX-5660: sonar fix: use specific exceptions
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929364 13f79535-47bb-0310-9956-ffa450edef68
1 parent 278f5eb commit b3dad2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmpbox/src/test/java/org/apache/xmpbox/schema/PDFAIdentificationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void testElementProperty(String property, PropertyType type, Object value) throw
6161
xmpSchemaTester.testGetSetProperty();
6262
}
6363

64-
static Stream<Arguments> initializeParameters() throws Exception
64+
static Stream<Arguments> initializeParameters()
6565
{
6666
return Stream.of(
6767
Arguments.of("part", XMPSchemaTester.createPropertyType(Types.Integer), 1),

0 commit comments

Comments
 (0)