remove accidental commit

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-01-07 18:49:27 +00:00
parent d8cfe433dd
commit c891bca596
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook, Date1904Su
* OPCPackage pkg = OPCPackage.open(path);
* XSSFWorkbook wb = new XSSFWorkbook(pkg);
* // work with the wb object
* ......XWPFDocument
* ......
* pkg.close(); // gracefully closes the underlying zip file
* </code></pre>
*/