aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2015-12-29 10:41:50 +0000
committerJaven O'Neal <onealj@apache.org>2015-12-29 10:41:50 +0000
commit4fb50e066a4fb8fdd55bced5759fc0cfc05a2d15 (patch)
tree92ca088ecb5d7da9db15658869d4dfb69c760b4a /src
parent21a3b0c77ab3809b960286226529b20a5bd43d1a (diff)
downloadpoi-4fb50e066a4fb8fdd55bced5759fc0cfc05a2d15.tar.gz
poi-4fb50e066a4fb8fdd55bced5759fc0cfc05a2d15.zip
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java b/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java
index c57aa19bfe..05308921eb 100644
--- a/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java
+++ b/src/ooxml/testcases/org/apache/poi/ss/TestWorkbookFactory.java
@@ -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...