Ufuk Celebi created FLINK-3510:
----------------------------------

             Summary: Pattern class class-level comment misses type argument
                 Key: FLINK-3510
                 URL: https://issues.apache.org/jira/browse/FLINK-3510
             Project: Flink
          Issue Type: Bug
          Components: CEP
            Reporter: Ufuk Celebi
            Assignee: Ufuk Celebi
            Priority: Trivial


Class-level comment code example reads:

{code}
 * <pre>{@code
 * Pattern<T> pattern = Pattern.<T>begin("start")
 *   .next("middle").subtype(F.class)
 *   .followedBy("end").where(new MyFilterFunction());
 * }
 * </pre>
{code}

The 2nd type paramter for {{Pattern<T, F>}} is missing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to