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

    https://github.com/apache/apex-core/pull/360#discussion_r72670575
  
    --- Diff: 
engine/src/test/resources/testOperators/src/main/java/org/apache/apex/test/DevNull.java
 ---
    @@ -16,25 +16,19 @@
      * specific language governing permissions and limitations
      * under the License.
      */
    -package com.example.mydtapp;
    +package org.apache.apex.test;
     
     import com.datatorrent.api.DefaultInputPort;
     import com.datatorrent.common.util.BaseOperator;
     
    -/**
    - * This is a simple output operator that prints everything to stdout
    - */
    -
    -public class StdoutOperator extends BaseOperator
    +public class DevNull extends BaseOperator
     {
    -  public final transient DefaultInputPort<Object> in = new 
DefaultInputPort<Object>()
    +  public transient DefaultInputPort<Object> inputPort = new 
DefaultInputPort<Object>()
    --- End diff --
    
    why this change?


---
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