Skip to content

Commit 4463ecf

Browse files
committed
PDFBOX-5660: close document, as suggested by Valery Bokov; closes #431
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/2.0@1932701 13f79535-47bb-0310-9956-ffa450edef68
1 parent 21e0f42 commit 4463ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDFieldTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void setUp()
4949
}
5050

5151
@After
52-
void tearDown() throws IOException
52+
public void tearDown() throws IOException
5353
{
5454
document.close();
5555
}

0 commit comments

Comments
 (0)