GitHub user grant-xuexu opened a pull request:
https://github.com/apache/incubator-griffin/pull/396
set the fields in configuration classes private
in configuration case classes, get*** functions are defined to access to
the fields, so for consistency, make the fields private
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grant-xuexu/incubator-griffin configuration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/396.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 #396
----
commit 23ff42a265fd1298f38205316153e959999d4037
Author: grant-xuexu <grant.xuexu@...>
Date: 2018-08-15T14:59:00Z
set the fields in configuration classes private
----
---