aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples/src/main/java/org/apache
diff options
context:
space:
mode:
Diffstat (limited to 'poi-examples/src/main/java/org/apache')
-rw-r--r--poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java b/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java
index 85dc007d2b..e5b5eba6f1 100644
--- a/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java
+++ b/poi-examples/src/main/java/org/apache/poi/examples/xssf/streaming/DeferredGeneration.java
@@ -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 {