Skip to content

Commit 1d6d25c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestHelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TestHelloWorld
3838
private static final String OUTPUT_DIR = "target/test-output";
3939

4040
@BeforeAll
41-
public static void init() throws Exception
41+
void setUp()
4242
{
4343
new File(OUTPUT_DIR).mkdirs();
4444
}

0 commit comments

Comments
 (0)