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

Fabian Hueske closed FLINK-8278.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.1
                   1.5.0

Fixed for 1.4.1 with e42182d40bbf0b0ce6721f91ed28d348ed36847d
Fixed for 1.5.0 with d74869f8a4642fec0064ae0d0a2911aa2dea3ce4


> Scala examples in Metric documentation do not compile
> -----------------------------------------------------
>
>                 Key: FLINK-8278
>                 URL: https://issues.apache.org/jira/browse/FLINK-8278
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.4.0, 1.3.2, 1.5.0
>            Reporter: Fabian Hueske
>            Assignee: Xingcan Cui
>             Fix For: 1.5.0, 1.4.1
>
>
> The Scala examples in the [Metrics 
> documentation|https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitoring/metrics.html]
>  do not compile.
> The line 
> {code}
> @transient private var counter: Counter
> {code}
> needs to be extended to
> {code}
> @transient private var counter: Counter = _
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to