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


##########
nifi-api/src/main/java/org/apache/nifi/components/PropertyDescriptor.java:
##########
@@ -562,6 +562,11 @@ public Builder dependsOn(final PropertyDescriptor 
property, final AllowableValue
             return this;
         }
 
+        public Builder dependsOn(final PropertyDescriptor property, final 
DescribedValue... describedValues) {

Review Comment:
   Not relevant anymore due to https://github.com/apache/nifi/pull/6650.



##########
nifi-api/src/main/java/org/apache/nifi/components/PropertyDescriptor.java:
##########
@@ -562,6 +562,11 @@ public Builder dependsOn(final PropertyDescriptor 
property, final AllowableValue
             return this;
         }
 
+        public Builder dependsOn(final PropertyDescriptor property, final 
DescribedValue... describedValues) {

Review Comment:
   Not relevant anymore due to https://github.com/apache/nifi/pull/6650.



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