jlolling commented on code in PR #600: URL: https://github.com/apache/poi/pull/600#discussion_r1504262430
########## poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java: ########## @@ -1375,7 +1387,7 @@ public void ungroupRow(int fromRow, int toRow) { * * @param row start row of a grouped range of rows (0-based) * @param collapse whether to expand/collapse the detail rows - * @throws IllegalStateException if collapse is false as this is not implemented for SXSSF. + * @throws RuntimeException if collapse is false as this is not implemented for SXSSF. Review Comment: Sorry, forgot the java doc to fix -- 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