joewitt commented on a change in pull request #4228:
URL: https://github.com/apache/nifi/pull/4228#discussion_r414035894
##########
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:
Give that this is in the nifi-api I don't believe this change is ok
outside of major nifi release boundary (nifi 2.0). The only way this change
would be ok is if having this class public and static was unintentional/a bug
and that we are sure someone else should not be reasonably using this. Do you
think that is the case?
----------------------------------------------------------------
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]