You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/12/04 08:05:52 UTC

svn commit: r1717902 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java

Author: onealj
Date: Fri Dec  4 07:05:52 2015
New Revision: 1717902

URL: http://svn.apache.org/viewvc?rev=1717902&view=rev
Log:
fix javadoc errors

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java?rev=1717902&r1=1717901&r2=1717902&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java Fri Dec  4 07:05:52 2015
@@ -465,8 +465,8 @@ public class SXSSFRow implements Row, Co
      * 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>



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