Author: fanningpj
Date: Sat Jan  8 11:53:40 2022
New Revision: 1896835

URL: http://svn.apache.org/viewvc?rev=1896835&view=rev
Log:
update config docs

Modified:
    poi/site/publish/components/configuration.html

Modified: poi/site/publish/components/configuration.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/components/configuration.html?rev=1896835&r1=1896834&r2=1896835&view=diff
==============================================================================
--- poi/site/publish/components/configuration.html (original)
+++ poi/site/publish/components/configuration.html Sat Jan  8 11:53:40 2022
@@ -331,8 +331,12 @@ document.write("Last Published: " + docu
           <td colspan="1" rowspan="1">If this value is set to &gt; 0, 
IOUtils.safelyAllocate(long, int) will ignore the maximum record length 
parameter.
             This is designed to allow users to bypass the hard-coded maximum 
record lengths if they are willing to accept the risk of allocating memory up 
to the size specified.
             It also allows to impose a lower limit than used for very memory 
constrained systems.
-            Note: This is a per-allocation limit and does not allow you to 
limit overall sum of allocations! Use -1 for using the limits specified per 
record-type.
-          </td>
+            <p>
+            
+<strong>Note</strong>: This is a per-allocation limit and does not allow you 
to limit overall sum of allocations! Use -1 for using the limits specified per 
record-type.
+            </p>
+          
+</td>
         
 </tr>
 
@@ -379,7 +383,7 @@ document.write("Last Published: " + docu
           
 <td colspan="1" 
rowspan="1">org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.setThresholdBytesForTempFiles(int
 thresholdBytes)
           </td>
-          <td colspan="1" rowspan="1"><strong>Coming in POI 5.1.0.</strong>
+          <td colspan="1" rowspan="1"><strong>Added in POI 5.1.0.</strong>
             Number of bytes at which a zip entry is regarded as too large for 
holding in memory
             and the data is put in a temp file instead - defaults to -1 
meaning temp files are not used
             and that zip entries with more than 2GB of data after 
decompressing will fail, 0 means all
@@ -393,7 +397,7 @@ document.write("Last Published: " + docu
           
 <td colspan="1" 
rowspan="1">org.apache.poi.openxml4j.util.ZipInputStreamZipEntrySource.setEncryptTempFiles(boolean
 encrypt)
           </td>
-          <td colspan="1" rowspan="1"><strong>Coming in POI 5.1.0.</strong>
+          <td colspan="1" rowspan="1"><strong>Added in POI 5.1.0.</strong>
             Whether temp files should be encrypted (default false). Only 
affects temp files related to zip entries.
           </td>
         
@@ -404,7 +408,7 @@ document.write("Last Published: " + docu
           
 <td colspan="1" 
rowspan="1">org.apache.poi.openxml4j.opc.ZipPackage.setUseTempFilePackageParts(boolean
 tempFilePackageParts)
           </td>
-          <td colspan="1" rowspan="1"><strong>Coming in POI 5.1.0.</strong>
+          <td colspan="1" rowspan="1"><strong>Added in POI 5.1.0.</strong>
             Whether to save package part data in temp files to save memory 
(default=false).
           </td>
         
@@ -415,7 +419,7 @@ document.write("Last Published: " + docu
           
 <td colspan="1" 
rowspan="1">org.apache.poi.openxml4j.opc.ZipPackage.setEncryptTempFilePackageParts(boolean
 encryptTempFiles)
           </td>
-          <td colspan="1" rowspan="1"><strong>Coming in POI 5.1.0.</strong>
+          <td colspan="1" rowspan="1"><strong>Added in POI 5.1.0.</strong>
             Whether to encrypt package part temp files (default=false).
           </td>
         



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to