markobean commented on a change in pull request #5045:
URL: https://github.com/apache/nifi/pull/5045#discussion_r623995815
##########
File path:
nifi-api/src/main/java/org/apache/nifi/components/AbstractConfigurableComponent.java
##########
@@ -126,19 +125,6 @@ private PropertyDescriptor
getSupportedPropertyDescriptor(final PropertyDescript
}
}
- // validate any dynamic properties
- for (final Map.Entry<PropertyDescriptor, String> entry :
context.getProperties().entrySet()) {
- final PropertyDescriptor descriptor = entry.getKey();
- final String value = entry.getValue();
-
- if (supportedDescriptors != null &&
!supportedDescriptors.contains(descriptor)) {
Review comment:
Oops! Good catch. Removed supportedDescriptors.
--
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]