daniel-shuy commented on a change in pull request #290:
URL: https://github.com/apache/poi/pull/290#discussion_r773925706



##########
File path: poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow.java
##########
@@ -120,18 +121,14 @@ public XSSFSheet getSheet() {
     }
 
     /**
-     * Alias for {@link #cellIterator()} to allow  foreach loops:
-     * <blockquote><pre>
-     * for(Cell cell : row){
-     *     ...
-     * }
-     * </pre></blockquote>
+     * Cell spliterator over the physically defined cells
      *
-     * @return an iterator over cells in this row.
+     * @return a spliterator over cells in this row.
      */
     @Override
-    public Iterator<Cell> iterator() {

Review comment:
       I've moved it to the `Row` parent interface, so its essentially the same 
(alias for `cellIterator()`), see 
https://github.com/apache/poi/pull/290/files#diff-41fe318702760f407b9cfab2d3e3ceb3693f848c2255e3e5c993a0d7b4832624




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to