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

    https://github.com/apache/flink/pull/4170#discussion_r126312866
  
    --- Diff: 
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/Runner.java
 ---
    @@ -70,7 +79,8 @@
      * <p>Algorithms must explicitly support each type of output via 
implementation of
      * interfaces. This is scalable as the number of outputs is small and 
finite.
      */
    -public class Runner {
    +public class Runner
    +extends ParameterizedBase {
    --- End diff --
    
    `Parameter` / `SimpleParameter` are the interface / base class for 
parameters whereas `Parameterized` / `ParameterizedBase` are the interface / 
base class for components containing the parameters.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to