2632: 1st pass cleaning up GemFireCacheImpl * remove dead-code * add @Override annotations * remove uselss javadocs and comments * reduce scope of constants/vars/methods where possible * fix misc IDE warnings
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/625e71b3 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/625e71b3 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/625e71b3 Branch: refs/heads/feature/GEODE-2632-6 Commit: 625e71b3ebac66b2c1282c8a1ee7b9c958f9236a Parents: 48d662a Author: Kirk Lund <[email protected]> Authored: Thu Apr 20 10:43:04 2017 -0700 Committer: Kirk Lund <[email protected]> Committed: Thu Apr 20 10:59:49 2017 -0700 ---------------------------------------------------------------------- .../geode/internal/cache/GemFireCacheImpl.java | 1007 ++++++------------ .../geode/internal/cache/InternalCache.java | 2 +- .../internal/cache/xmlcache/CacheCreation.java | 2 +- 3 files changed, 352 insertions(+), 659 deletions(-) ----------------------------------------------------------------------
