mirror of
https://github.com/apache/poi.git
synced 2025-03-06 08:59:07 +00:00
close resource
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f14210b101
commit
7520fcd4fb
@ -96,5 +96,7 @@ public final class TestReWriteSanity extends TestCase {
|
||||
CurrentUserAtom cua = wss.getCurrentUserAtom();
|
||||
int listedUEPos = (int)cua.getCurrentEditOffset();
|
||||
assertEquals(lastUEPos,listedUEPos);
|
||||
|
||||
wss.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user