mirror of
https://github.com/apache/poi.git
synced 2025-02-07 18:48:20 +00:00
typos in javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1d9519da5
commit
b15e441e80
@ -1818,7 +1818,7 @@ public class SXSSFSheet implements Sheet
|
|||||||
/**
|
/**
|
||||||
* Specifies how many rows can be accessed at most via getRow().
|
* Specifies how many rows can be accessed at most via getRow().
|
||||||
* When a new node is created via createRow() and the total number
|
* 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
|
* row with the lowest index value is flushed and cannot be accessed
|
||||||
* via getRow() anymore.
|
* via getRow() anymore.
|
||||||
* A value of -1 indicates unlimited access. In this case all
|
* 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().
|
* 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.
|
* with lower index values are flushed first.
|
||||||
*/
|
*/
|
||||||
public void flushRows(int remaining) throws IOException
|
public void flushRows(int remaining) throws IOException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user