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

    https://github.com/apache/flink/pull/4145#discussion_r123439602
  
    --- Diff: 
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/StateTransition.java
 ---
    @@ -98,32 +82,9 @@ public int hashCode() {
     
        @Override
        public String toString() {
    -           return new StringBuilder()
    -                           .append("StateTransition(")
    -                           .append(action).append(", ")
    -                           .append("from ").append(sourceState.getName())
    -                           .append("to ").append(targetState.getName())
    -                           .append(newCondition != null ? ", with 
condition)" : ")")
    -                           .toString();
    -   }
    -
    -   /**
    -    * A wrapper to transform a {@link FilterFunction} into a {@link 
SimpleCondition}.
    -    * This is used only when migrating from an older Flink version.
    -    */
    -   private static class FilterWrapper<T> extends SimpleCondition<T> {
    --- End diff --
    
    Same as above.


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