nandorsoma commented on code in PR #6034:
URL: https://github.com/apache/nifi/pull/6034#discussion_r881388499
##########
nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/processors/ListenTrapSNMP.java:
##########
@@ -65,14 +74,32 @@ public class ListenTrapSNMP extends
AbstractSessionFactoryProcessor {
.addValidator(StandardValidators.PORT_VALIDATOR)
.build();
- public static final PropertyDescriptor SNMP_USM_USERS_FILE_PATH = new
PropertyDescriptor.Builder()
Review Comment:
I see. If it's not problem to you I'd rename it to JSON_FILE_PATH then
because the user has json file and json option and from the developer's point
of view it is easy to get confused.
--
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]