Skip to content

Commit 4992fdc

Browse files
committed
PDFBOX-5660: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1924841 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8bbf335 commit 4992fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/filter/TestFilters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void testRLE() throws IOException
180180
}
181181

182182
@Test
183-
void testEmptyFilterList() throws Exception
183+
void testEmptyFilterList()
184184
{
185185
assertThrows(IllegalArgumentException.class, () ->
186186
{

0 commit comments

Comments
 (0)