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/12/13 22:43:46 UTC

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

Author: fanningpj
Date: Mon Dec 13 22:43:46 2021
New Revision: 1895929

URL: http://svn.apache.org/viewvc?rev=1895929&view=rev
Log:
javadoc

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

Modified: poi/trunk/poi/src/main/java/org/apache/poi/util/IOUtils.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/util/IOUtils.java?rev=1895929&r1=1895928&r2=1895929&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/util/IOUtils.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/util/IOUtils.java Mon Dec 13 22:43:46 2021
@@ -67,7 +67,7 @@ public final class IOUtils {
      *
      * It also allows to impose a lower limit than used for very memory constrained systems.
      *
-     * Note: This is an per-allocation limit and does not allow to limit overall sum of allocations!
+     * Note: This is a per-allocation limit and does not allow you to limit the overall sum of allocations!
      *
      * Use -1 for using the limits specified per record-type.
      *



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