fix javadoc errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c19c23291
commit
44c9afd31d
@ -465,8 +465,8 @@ public class SXSSFRow implements Row, Comparable<SXSSFRow>
|
||||
* Create an iterator over the cells from [0, getLastCellNum()).
|
||||
* Includes blank cells, excludes empty cells
|
||||
*
|
||||
* @return an iterator over all filled cells (created via Row.createCell())
|
||||
* @throws ConcurrentModificationException if cells are added, moved, or
|
||||
* Returns an iterator over all filled cells (created via Row.createCell())
|
||||
* Throws ConcurrentModificationException if cells are added, moved, or
|
||||
* removed after the iterator is created.
|
||||
*/
|
||||
public class FilledCellIterator implements Iterator<Cell>
|
||||
|
Loading…
Reference in New Issue
Block a user