summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-13 22:43:46 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-13 22:43:46 +0000
commit220fabc7aefc7f09bdefcd2318f8cd9861180f7d (patch)
tree61745bcd360bb5204d702ada4ed81843c91e5afb
parent9fa33b2b7e2fafb98fc9f5c784dd21487a14816a (diff)
downloadpoi-220fabc7aefc7f09bdefcd2318f8cd9861180f7d.tar.gz
poi-220fabc7aefc7f09bdefcd2318f8cd9861180f7d.zip
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895929 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poi/src/main/java/org/apache/poi/util/IOUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/src/main/java/org/apache/poi/util/IOUtils.java b/poi/src/main/java/org/apache/poi/util/IOUtils.java
index a3ac29ddbb..824ffc4450 100644
--- a/poi/src/main/java/org/apache/poi/util/IOUtils.java
+++ b/poi/src/main/java/org/apache/poi/util/IOUtils.java
@@ -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.
*