[ https://issues.apache.org/jira/browse/FLINK-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022821#comment-16022821 ]
ASF GitHub Bot commented on FLINK-6137: --------------------------------------- Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3976#discussion_r118240404 --- Diff: flink-libraries/flink-cep-scala/src/main/scala/org/apache/flink/cep/scala/pattern/Pattern.scala --- @@ -271,7 +271,7 @@ class Pattern[T , F <: T](jPattern: JPattern[T, F]) { * {{{A1 A2 B}}} appears, this will generate patterns: * {{{A1 B}}} and {{{A1 A2 B}}}. See also {{{allowCombinations()}}}. * - * @return The same pattern with a [[Quantifier.ONE_OR_MORE()]] quantifier applied. + * @return The same pattern with a [[Quantifier.oneOrMore()]] quantifier applied. --- End diff -- It is not an API change. The Quantifier class is an internal one. > Activate strict checkstyle for flink-cep > ---------------------------------------- > > Key: FLINK-6137 > URL: https://issues.apache.org/jira/browse/FLINK-6137 > Project: Flink > Issue Type: Sub-task > Components: CEP > Reporter: Dawid Wysakowicz > Assignee: Dawid Wysakowicz > Priority: Minor > > Add a custom checkstyle.xml for `flink-cep` library as in [FLINK-6107] -- This message was sent by Atlassian JIRA (v6.3.15#6346)