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

    https://github.com/apache/incubator-quarks/pull/86#discussion_r61290360
  
    --- Diff: api/oplet/src/main/java/quarks/oplet/OpletContext.java ---
    @@ -76,6 +76,12 @@ Licensed to the Apache Software Foundation (ASF) under 
one
         List<? extends Consumer<O>> getOutputs();
     
         /**
    +     * Get the oplet's output port context information.
    +     * @return list of {@link OutputContext}, one for each output port.
    +     */
    +    List<? extends OutputContext> getOutputContext();
    --- End diff --
    
    fixed


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