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

    https://github.com/apache/metron/pull/1251#discussion_r230517539
  
    --- Diff: 
metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/dsl/functions/resolver/FunctionResolver.java
 ---
    @@ -43,4 +45,11 @@
        * @param context Context used to initialize.
        */
       void initialize(Context context);
    +
    +  /**
    +   * Perform any cleanup necessary for the loaded Stellar functions.
    +   */
    --- End diff --
    
    I don't understand why the override here?  Did you mean to default?


---

Reply via email to