GitHub user rileyli opened a pull request:
https://github.com/apache/flink/pull/6358
[FLINK-9882] [runtime] A function access can be private
### What is the purpose of the change
- function _RevisionInformation_ in
_org.apache.flink.runtime.util.EnvironmentInformation_ access can be private.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rileyli/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6358.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 #6358
----
commit 1fee1d5d0047d8257ea8b9865b91ed32cfdfdc22
Author: Riley Li <ruiliang21@...>
Date: 2018-07-18T05:02:55Z
[FLINK-9882] [runtime] A function access can be private
----
---