turcsanyip commented on code in PR #6584:
URL: https://github.com/apache/nifi/pull/6584#discussion_r1025306519
##########
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:
https://github.com/apache/nifi/pull/6650 has been merged and this PR has
been changed accordingly.
--
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]