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:
Javen O'Neal 2015-12-04 07:05:52 +00:00
parent 9c19c23291
commit 44c9afd31d
1 changed files with 2 additions and 2 deletions

View File

@ -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>