You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2017/05/27 07:27:04 UTC

[jira] [Commented] (FLINK-6739) Fix all string reference variable error.

    [ https://issues.apache.org/jira/browse/FLINK-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027316#comment-16027316 ] 

sunjincheng commented on FLINK-6739:
------------------------------------

Fix it in [PR#4000|https://github.com/apache/flink/pull/4000] And close this JIRA.

> Fix all string reference variable error.
> ----------------------------------------
>
>                 Key: FLINK-6739
>                 URL: https://issues.apache.org/jira/browse/FLINK-6739
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API & SQL
>    Affects Versions: 1.3.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>
> I find  a lot of string reference variable error such as
> {code} in '${methodName}' methods {code}. 
> We should change it from {code} in '${methodName}' methods {code} to {code} in s"${methodName}methods" {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)