martinzink commented on code in PR #1926:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1926#discussion_r2001020087


##########
libminifi/src/properties/Properties.cpp:
##########
@@ -187,8 +158,8 @@ void fixValidatedProperty(const std::string& property_name,
 }  // namespace
 
 // Load Configure File
-// If the loaded property is time-period or data-size validated and it has no 
explicit units ms or B will be appended.
-// If the loaded property is integer validated and it has some explicit 
unit(time-period or data-size) it will be converted to ms/B and its unit cut off
+// If the loaded property is time-period or data-size validated, and it has no 
explicit units ms or B will be appended.
+// If the loaded property is integer validated, and it has some explicit 
unit(time-period or data-size) it will be converted to ms/B and its unit cut off

Review Comment:
   👍 
https://github.com/apache/nifi-minifi-cpp/pull/1926/commits/6028a1975e70fcd7ee4c898e2a5b5dc4a657ef14
 and 
https://github.com/apache/nifi-minifi-cpp/pull/1926/commits/5ff6aca6c64ffda155cbd2a5c02575e26c1afcbf



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

Reply via email to