]> source.dussan.org Git - poi.git/commitdiff
remove accidental commit
authorPJ Fanning <fanningpj@apache.org>
Tue, 7 Jan 2020 18:49:27 +0000 (18:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 7 Jan 2020 18:49:27 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872454 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java

index 38fe4e4df5b0a8b0a8cb2bed19725209cc6ae989..c57db95506e6440c3525d3c7c2d704d041cfc663 100644 (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>
      */