[
https://issues.apache.org/jira/browse/TAJO-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383074#comment-14383074
]
ASF GitHub Bot commented on TAJO-1455:
--------------------------------------
GitHub user swlsw opened a pull request:
https://github.com/apache/tajo/pull/466
TAJO-1455: Change a variable name from PullServer into pullServer
Trivial change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swlsw/tajo TAJO-1455
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/466.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 #466
----
commit a5259c964f56dbb681bd5bd50f6fb3720fea69f6
Author: swlsw <[email protected]>
Date: 2015-03-27T00:35:01Z
TAJO-1455: Change a variable name from PullServer into pullServer
----
> Change a variable name from PullServer into pullServer
> ------------------------------------------------------
>
> Key: TAJO-1455
> URL: https://issues.apache.org/jira/browse/TAJO-1455
> Project: Tajo
> Issue Type: Bug
> Reporter: Soonwoong Lee
> Assignee: Soonwoong Lee
> Priority: Trivial
>
> I think the following variable name should be different from its class name.
> {code}
> - final PullServer PullServer;
> + final PullServer pullServer;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)