[ 
https://issues.apache.org/jira/browse/FLINK-12287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-12287:
-----------------------------------
    Labels: pull-request-available starter  (was: starter)

> A document error in "StreamElement.java"
> ----------------------------------------
>
>                 Key: FLINK-12287
>                 URL: https://issues.apache.org/jira/browse/FLINK-12287
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Operators
>    Affects Versions: 1.7.2, 1.8.0
>            Reporter: YangFei
>            Assignee: YangFei
>            Priority: Trivial
>              Labels: pull-request-available, starter
>             Fix For: 2.0.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> /**
>  * Checks whether this element is a record.
>  * @return True, if this element is a record, false otherwise.
>  */
> public final boolean isRecord() {
>  return getClass() == StreamRecord.class;
> }
> /**
>  * {color:#FF0000}Checks whether this element is a record.{color}
>  * @return True, if this element is a record, false otherwise.
>  */
> public final boolean isLatencyMarker() {
>  return getClass() == LatencyMarker.class;
> }
> I think the red line words is not the current doc for function isLatencyMarker
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to