pjfanning commented on a change in pull request #290: URL: https://github.com/apache/poi/pull/290#discussion_r773866414
########## File path: poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java ########## @@ -100,11 +101,6 @@ public InputStream getWorksheetXMLInputStream() throws IOException { } //start of interface implementation - @Override - public Iterator<Row> iterator() { - return rowIterator(); Review comment: ditto - please add this back -- 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