]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Tue, 20 Jun 2017 09:04:02 +0000 (09:04 +0000)
committerNick Burch <nick@apache.org>
Tue, 20 Jun 2017 09:04:02 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799320 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/util/IOUtils.java

index 3af010b7b5aa1bc0d58f897cb66e113dd94f85d8..1ae7ed8d6546f0050ec20f223fca01c78ec3bd37 100644 (file)
@@ -258,7 +258,7 @@ public final class IOUtils {
     }
     
     /**
-     * Like {@link #write(POIDocument, File)}, but for writing a POI Document in place (to the same file that it was opened from).
+     * Like {@link #writeAndClose(POIDocument, File)}, but for writing a POI Document in place (to the same file that it was opened from).
      * This will attempt to close the document, even if an error occurred while writing the document.
      * 
      * If you are using Java 7 or higher, you may prefer to use a try-with-resources statement instead.