You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hai Zhou_UTC+8 (JIRA)" <ji...@apache.org> on 2017/09/20 01:08:01 UTC

[jira] [Updated] (FLINK-7644) Line the extra semicolon in the source code

     [ 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)