dam4rus commented on code in PR #6584:
URL: https://github.com/apache/nifi/pull/6584#discussion_r1021143996


##########
nifi-api/src/main/java/org/apache/nifi/components/AllowableValue.java:
##########
@@ -68,6 +68,10 @@ public AllowableValue(final String value, final String 
displayName, final String
         this.description = description;
     }
 
+    public static AllowableValue ofDescribedValue(final DescribedValue 
describedValue) {

Review Comment:
   I'm fine with waiting for #6650 to be merged or removing the relevant 
changes from this PR, then refactoring after the other change has been merged



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