You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/06/20 09:04:02 UTC

svn commit: r1799320 - /poi/trunk/src/java/org/apache/poi/util/IOUtils.java

Author: nick
Date: Tue Jun 20 09:04:02 2017
New Revision: 1799320

URL: http://svn.apache.org/viewvc?rev=1799320&view=rev
Log:
Javadoc fix

Modified:
    poi/trunk/src/java/org/apache/poi/util/IOUtils.java

Modified: poi/trunk/src/java/org/apache/poi/util/IOUtils.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/util/IOUtils.java?rev=1799320&r1=1799319&r2=1799320&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/util/IOUtils.java (original)
+++ poi/trunk/src/java/org/apache/poi/util/IOUtils.java Tue Jun 20 09:04:02 2017
@@ -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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org