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/10/04 21:56:18 UTC

svn commit: r1893900 - /poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java

Author: fanningpj
Date: Mon Oct  4 21:56:18 2021
New Revision: 1893900

URL: http://svn.apache.org/viewvc?rev=1893900&view=rev
Log:
[bug-65613] experimental SXSSF writeAvoidingTempFiles

Modified:
    poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java

Modified: poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java?rev=1893900&r1=1893899&r2=1893900&view=diff
==============================================================================
--- poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java (original)
+++ poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java Mon Oct  4 21:56:18 2021
@@ -29,7 +29,7 @@ import java.io.IOException;
 
 /**
  * This sample demonstrates how to use DeferredSXSSFWorkbook to generate workbooks in a streaming way.
- * This approach avoids the use of temporary files and can be used to output to streams like
+ * This approach reduces the use of temporary files and can be used to output to streams like
  * HTTP response streams.
  */
 public class DeferredGeneration {



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