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/01 16:27:31 UTC

svn commit: r1893790 - /poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java

Author: fanningpj
Date: Fri Oct  1 16:27:30 2021
New Revision: 1893790

URL: http://svn.apache.org/viewvc?rev=1893790&view=rev
Log:
typos in javadoc

Modified:
    poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java

Modified: poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java?rev=1893790&r1=1893789&r2=1893790&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java (original)
+++ poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java Fri Oct  1 16:27:30 2021
@@ -1818,7 +1818,7 @@ public class SXSSFSheet implements Sheet
     /**
      * Specifies how many rows can be accessed at most via getRow().
      * When a new node is created via createRow() and the total number
-     * of unflushed records would exeed the specified value, then the
+     * of unflushed records would exceed the specified value, then the
      * row with the lowest index value is flushed and cannot be accessed
      * via getRow() anymore.
      * A value of -1 indicates unlimited access. In this case all
@@ -1850,7 +1850,7 @@ public class SXSSFSheet implements Sheet
 
     /**
      * Specifies how many rows can be accessed at most via getRow().
-     * The exeeding rows (if any) are flushed to the disk while rows
+     * The excess rows (if any) are flushed to the disk while rows
      * with lower index values are flushed first.
      */
     public void flushRows(int remaining) throws IOException



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