Remove `getSupportedDynamicPropertyDescriptor`

This commit is contained in:
Yuu ISHIKAWA 2015-09-02 06:49:46 +09:00
parent 7e6834937b
commit 6cbc6db860
1 changed files with 0 additions and 9 deletions

View File

@ -60,15 +60,6 @@ public class DeleteS3Object extends AbstractS3Processor {
return properties;
}
protected PropertyDescriptor getSupportedDynamicPropertyDescriptor(final String propertyDescriptorName) {
return new PropertyDescriptor.Builder()
.name(propertyDescriptorName)
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
.expressionLanguageSupported(true)
.dynamic(true)
.build();
}
public void onTrigger(final ProcessContext context, final ProcessSession session) {
FlowFile flowFile = session.get();
if (flowFile == null) {