jlolling commented on code in PR #600: URL: https://github.com/apache/poi/pull/600#discussion_r1504240541
########## poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java: ########## @@ -166,11 +167,11 @@ public SXSSFRow createRow(int rownum) { "in the range [0," + _writer.getLastFlushedRow() + "] that is already written to disk."); } - // attempt to overwrite an existing row in the input template + // attempt to overwrite a existing row in the input template Review Comment: sorry. -- 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