exceptionfactory commented on code in PR #7665:
URL: https://github.com/apache/nifi/pull/7665#discussion_r1367180160


##########
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/java/org/apache/nifi/json/JsonRecordSource.java:
##########
@@ -29,6 +30,11 @@
 
 public class JsonRecordSource implements RecordSource<JsonNode> {
     private static final Logger logger = 
LoggerFactory.getLogger(JsonRecordSource.class);

Review Comment:
   There have been discussions in the past around casing for the `Logger` in 
particular. The general trend is having the `logger` lowercase, even when 
static, but of course actual constants should be uppercase.



-- 
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