]> source.dussan.org Git - poi.git/commitdiff
typos in javadoc
authorPJ Fanning <fanningpj@apache.org>
Fri, 1 Oct 2021 16:27:30 +0000 (16:27 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 1 Oct 2021 16:27:30 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893790 13f79535-47bb-0310-9956-ffa450edef68

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

index fd49ab583469e655f5c57074d30bdb8632efd815..f782a9a554c4d85a713544cdc9ca98a1b822c3c1 100644 (file)
@@ -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