alopresto commented on a change in pull request #4228:
URL: https://github.com/apache/nifi/pull/4228#discussion_r414059381
##########
File path: nifi-api/src/main/java/org/apache/nifi/flowfile/FlowFile.java
##########
@@ -108,7 +108,7 @@
*/
Map<String, String> getAttributes();
- public static class KeyValidator {
Review comment:
I agree. This was the IDE being aggressive about code cleanliness
because any class defined in an `interface` is `public static` already. I can
revert this change to make it explicitly apparent to callers, but there is no
functional change here. See https://stackoverflow.com/a/7486111/70465.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]