NIFI-751 PR #70 removed extraneous reference to abstract properties pulling in 
hadoop conf


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/8ff69ca2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/8ff69ca2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/8ff69ca2

Branch: refs/heads/develop
Commit: 8ff69ca2d1bc5b7d651b7495f2ce45def12bebc2
Parents: bb64e70
Author: joewitt <joew...@apache.org>
Authored: Tue Jul 14 07:41:07 2015 -0400
Committer: joewitt <joew...@apache.org>
Committed: Tue Jul 14 07:41:07 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/nifi/processors/kite/ConvertAvroSchema.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/8ff69ca2/nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/ConvertAvroSchema.java
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/ConvertAvroSchema.java
 
b/nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/ConvertAvroSchema.java
index 0d9f658..daeb548 100644
--- 
a/nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/ConvertAvroSchema.java
+++ 
b/nifi/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/src/main/java/org/apache/nifi/processors/kite/ConvertAvroSchema.java
@@ -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

Reply via email to