mirror of https://github.com/apache/nifi.git
NIFI-751 PR #70 removed extraneous reference to abstract properties pulling in hadoop conf
This commit is contained in:
parent
bb64e70e6f
commit
8ff69ca2d1
|
@ -140,7 +140,7 @@ public class ConvertAvroSchema extends AbstractKiteProcessor {
|
|||
|
||||
private static final List<PropertyDescriptor> PROPERTIES = ImmutableList
|
||||
.<PropertyDescriptor> builder()
|
||||
.addAll(AbstractKiteProcessor.getProperties()).add(INPUT_SCHEMA)
|
||||
.add(INPUT_SCHEMA)
|
||||
.add(OUTPUT_SCHEMA).build();
|
||||
|
||||
private static final Set<Relationship> RELATIONSHIPS = ImmutableSet
|
||||
|
|
Loading…
Reference in New Issue