]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Mon, 13 Dec 2021 22:43:46 +0000 (22:43 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 13 Dec 2021 22:43:46 +0000 (22:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895929 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/util/IOUtils.java

index a3ac29ddbb72ef4e9f0ec423fc3c9882a696ac0e..824ffc44502196bdb5f5c4bc6506ffef0da2c607 100644 (file)
@@ -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.
      *