[
https://issues.apache.org/jira/browse/FLINK-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hai Zhou_UTC+8 updated FLINK-7644:
----------------------------------
Description:
eg.
final TestDuplicateSerializer keySerializer = new TestDuplicateSerializer()*;;*
Unnecessary semicolon in the end of line.
was:
eg.
final TestDuplicateSerializer keySerializer = new TestDuplicateSerializer();;
Unnecessary semicolon in the end of line.
> Line the extra semicolon in the source code
> -------------------------------------------
>
> Key: FLINK-7644
> URL: https://issues.apache.org/jira/browse/FLINK-7644
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: Hai Zhou_UTC+8
> Assignee: Hai Zhou_UTC+8
> Priority: Minor
> Fix For: 1.4.0, 1.3.3
>
>
> eg.
> final TestDuplicateSerializer keySerializer = new
> TestDuplicateSerializer()*;;*
> Unnecessary semicolon in the end of line.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)