markap14 commented on a change in pull request #3681: NIFI-6510 - Analytics 
framework
URL: https://github.com/apache/nifi/pull/3681#discussion_r320893344
 
 

 ##########
 File path: 
nifi-api/src/main/java/org/apache/nifi/controller/status/ConnectionStatus.java
 ##########
 @@ -30,6 +30,7 @@
     private String destinationId;
     private String destinationName;
     private String backPressureDataSizeThreshold;
+    private Boolean predictionsAvailable;
 
 Review comment:
   Any reason to use a `Boolean` object here rather than a `boolean`? Doesn't 
seem like something that would be unset.

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