close workbook at end of example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-11-24 10:50:57 +00:00
parent e20da28904
commit 026ad8fbdf
1 changed files with 1 additions and 0 deletions

View File

@ -76,5 +76,6 @@ public class CellComments {
wb.write(out);
out.close();
wb.close();
}
}