Skip to content

Commit f6628aa

Browse files
committed
PDFBOX-5660: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925048 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3c7e60b commit f6628aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void testElementValue(String property, PropertyType type, Object value) throws R
5656

5757
@ParameterizedTest
5858
@MethodSource("initializeParameters")
59-
void testElementProperty(String property, PropertyType type, Object value) throws ReflectiveOperationException, ReflectiveOperationException
59+
void testElementProperty(String property, PropertyType type, Object value) throws ReflectiveOperationException
6060
{
6161
XMPSchemaTester xmpSchemaTester = new XMPSchemaTester(metadata, schema, schemaClass, property, type, value);
6262
xmpSchemaTester.testGetSetProperty();

0 commit comments

Comments
 (0)