Skip to content

Commit 8bbf335

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdfbox/src/test/java/org/apache/pdfbox/multipdf/TestLayerUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class TestLayerUtility
5454
private static final File TESTRESULTSDIR = new File("target/test-output");
5555

5656
@BeforeAll
57-
static void setUp() throws Exception
57+
static void setUp()
5858
{
5959
TESTRESULTSDIR.mkdirs();
6060
}
@@ -64,7 +64,7 @@ static void setUp() throws Exception
6464
* @throws Exception if an error occurs
6565
*/
6666
@Test
67-
void testLayerImport() throws Exception
67+
void testLayerImport() throws IOException
6868
{
6969
File mainPDF = createMainPDF();
7070
File overlay1 = createOverlay1();

0 commit comments

Comments
 (0)