dan-s1 commented on code in PR #7016:
URL: https://github.com/apache/nifi/pull/7016#discussion_r1137540823


##########
nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/main/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessor.java:
##########
@@ -313,7 +334,7 @@ private String getSheetsNotFound(Map<String, Boolean> 
desiredSheets) {
      * do most of the work of parsing the contents of the Excel sheet
      * and outputs the contents as a (basic) CSV.
      */
-    private static class SheetToCSV {
+    private class SheetToCSV {

Review Comment:
   @exceptionfactory Shouldn't this class be static?



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to