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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to