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

 ##########
 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:
   Side note: IIRC, Java 8 provides some Unsinged methods for Integer class so 
that it can work in range 0..2^32-1, though I am not proficient enough at Java 
to understand why they dont provide unsigned keyword.

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


With regards,
Apache Git Services

Reply via email to