Lehel44 commented on code in PR #6584:
URL: https://github.com/apache/nifi/pull/6584#discussion_r1020978624
##########
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:
There's a separate PR for this one. We can omit this part from this PR and
merge this one after https://github.com/apache/nifi/pull/6650 has been merged
or we can leave it as it is and close the mentioned PR.
--
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]