]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 10:41:50 +0000 (10:41 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 10:41:50 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722092 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java

index c57aa19bfe66df90c74f9c492b1a1c458a6eff32..05308921ebd2e8f8df3081a537385cfc2ff7fa3d 100644 (file)
@@ -70,8 +70,7 @@ public final class TestWorkbookFactory {
      * bug 58779: Closing an XSSFWorkbook that was created with WorkbookFactory modifies the file
      * FIXME: replace this method with wb.close() when bug 58779 is resolved.
      *
-     * @param wb
-     * @throws IOException
+     * @param wb the workbook to close or revert
      */
     private static void closeOrRevert(Workbook wb) throws IOException {
         // TODO: close() re-writes the sample-file?! Resort to revert() for now to close file handle...