szaszm commented on a change in pull request #710: MINIFICPP - 1110,1111 - 
PublishKafka, OPC processors should config and
URL: https://github.com/apache/nifi-minifi-cpp/pull/710#discussion_r370243546
 
 

 ##########
 File path: libminifi/src/core/PropertyValidation.cpp
 ##########
 @@ -27,6 +27,7 @@ std::shared_ptr<PropertyValidator> StandardValidators::VALID 
= std::make_shared<
 StandardValidators::StandardValidators() {
   INVALID = std::make_shared<AlwaysValid>(false, "INVALID");
   INTEGER_VALIDATOR = std::make_shared<IntegerValidator>("INTEGER_VALIDATOR");
+  UNSIGNED_INT_VALIDATOR = 
std::make_shared<UnsignedIntValidator>("UNSIGNED_INT_VALIDATOR");
 
 Review comment:
   Java `int` is 32 bit signed, but the validator filters all the negatives so 
it's effectively 31 bit.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to