]> source.dussan.org Git - poi.git/commitdiff
Make it a complete sentence.
authorDavid North <dnorth@apache.org>
Thu, 6 Aug 2015 16:38:23 +0000 (16:38 +0000)
committerDavid North <dnorth@apache.org>
Thu, 6 Aug 2015 16:38:23 +0000 (16:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694537 13f79535-47bb-0310-9956-ffa450edef68

src/examples/src/org/apache/poi/xssf/streaming/examples/HybridStreaming.java

index 99af0356a17d95c6913fbe65e1ffcb38ed13ccad..7fdbec04404c8d2b6b7ec4d55e3a08274e16d76d 100644 (file)
@@ -15,6 +15,8 @@ import org.xml.sax.SAXException;
 
 /**
  * This demonstrates how a hybrid approach to workbook read can be taken, using 
+ * a mix of traditional XSSF and streaming one particular worksheet (perhaps one
+ * which is too big for the ordinary DOM parse).
  */
 public class HybridStreaming {