[
https://issues.apache.org/jira/browse/FLINK-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531794#comment-16531794
]
ASF GitHub Bot commented on FLINK-9730:
---------------------------------------
GitHub user lamber-ken opened a pull request:
https://github.com/apache/flink/pull/6247
[FLINK-9730] [code refactor] fix access static via class reference
## What is the purpose of the change
- fix access static via class reference
## Brief change log
- fix access static via class reference
## Verifying this change
- fix access static via class reference
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (JavaDocs)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lamber-ken/flink FLINK-9730
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6247.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 #6247
----
commit d8278659cf6373aaa4d71320ad09d540955d396f
Author: lamber-ken <!@...>
Date: 2018-07-03T18:36:43Z
[code refactore] access static via class reference
----
> avoid access static via class reference
> ---------------------------------------
>
> Key: FLINK-9730
> URL: https://issues.apache.org/jira/browse/FLINK-9730
> Project: Flink
> Issue Type: Improvement
> Affects Versions: 1.5.0
> Reporter: lamber-ken
> Assignee: lamber-ken
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.6.0
>
>
> [code refactor] access static via class reference
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)