You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/09 13:55:05 UTC

svn commit: r1894071 - /poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java

Author: fanningpj
Date: Sat Oct  9 13:55:04 2021
New Revision: 1894071

URL: http://svn.apache.org/viewvc?rev=1894071&view=rev
Log:
[bug-64542] allow file channel closing to be controlled by calling code

Modified:
    poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java

Modified: poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java?rev=1894071&r1=1894070&r2=1894071&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java Sat Oct  9 13:55:04 2021
@@ -208,8 +208,8 @@ public class POIFSFileSystem extends Blo
     }
 
     /**
-     * <p>Creates a POIFSFileSystem from an open <tt>FileChannel</tt>. This uses
-     * less memory than creating from an <tt>InputStream</tt>.</p>
+     * <p>Creates a POIFSFileSystem from an open {@code FileChannel}. This uses
+     * less memory than creating from an {@code InputStream}.</p>
      *
      * <p>Note that with this constructor, you will need to call {@link #close()}
      * when you're done to have the underlying resources closed. The <code>closeChannel</code>



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