Github user amberarrow commented on a diff in the pull request:

    https://github.com/apache/apex-malhar/pull/320#discussion_r67269717
  
    --- Diff: 
kafka/src/test/java/org/apache/apex/malhar/kafka/KafkaInputOperatorTest.java ---
    @@ -120,8 +127,14 @@ public KafkaInputOperatorTest(boolean hasMultiCluster, 
boolean hasMultiPartition
        */
       public static class CollectorModule extends BaseOperator
       {
    -
    -    public final transient CollectorInputPort inputPort = new 
CollectorInputPort(this);
    +    public final transient DefaultInputPort<byte[]> inputPort = new 
DefaultInputPort<byte[]>()
    +        {
    --- End diff --
    
    indentation is odd


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to