You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by toyboxman <gi...@git.apache.org> on 2018/07/05 02:37:15 UTC

[GitHub] incubator-griffin pull request #336: fix a bad practice, Empty interpolated ...

GitHub user toyboxman opened a pull request:

    https://github.com/apache/incubator-griffin/pull/336

    fix a bad practice, Empty interpolated string

    String declared as interpolated but has no parameters: scala.StringContext.apply("...").s()

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/toyboxman/incubator-griffin b2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-griffin/pull/336.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #336
    
----
commit c353a7e55608fbe09062222dba97744b6af3192d
Author: Eugene <to...@...>
Date:   2018-07-05T02:24:44Z

    fix a bad practice, Empty interpolated string
    
    String declared as interpolated but has no parameters: scala.StringContext.apply("...").s()

----


---

[GitHub] incubator-griffin pull request #336: fix a bad practice, Empty interpolated ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-griffin/pull/336


---