daniel-shuy commented on a change in pull request #290: URL: https://github.com/apache/poi/pull/290#discussion_r773925498
########## File path: poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java ########## @@ -786,15 +798,6 @@ public void remove() throws IllegalStateException { } } - /** - * Alias for {@link #sheetIterator()} to allow - * foreach loops - */ - @Override - public Iterator<Sheet> iterator() { Review comment: I've moved this to the `Workbook` parent interface, so its essentially the same (alias for `sheetIterator()`), see https://github.com/apache/poi/pull/290/files#diff-a4d997b0b0814dae7bbc74ef62d8b413d102a7eae2b40aa5bf1ce4a7840a9233 -- 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