pjfanning commented on a change in pull request #238:
URL: https://github.com/apache/poi/pull/238#discussion_r667092347
##########
File path:
poi-scratchpad/src/main/java/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java
##########
@@ -668,7 +668,7 @@ protected void processSheetHeader(Element htmlBody,
HSSFSheet sheet) {
htmlBody.appendChild(h2);
}
- public void processWorkbook(HSSFWorkbook workbook) {
+ public void processWorkbookSheet(HSSFWorkbook workbook) {
Review comment:
This doesn't need to be renamed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]