GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/516
ZOOKEEPER-3038 Cleanup some nitpicks in TTL implementation
A few nitpicks which needs to be cleaned up:
1. Rename OldEphemeralType --> EphemeralTypeEmulate353
2. Remove unused method: getTTL()
3. Remove unused import from QuorumPeer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3038
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/516.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 #516
----
commit 0ba34b35a8fd9c063ca89c1c5697378c608671a1
Author: Andor Molnar <andor@...>
Date: 2018-05-09T22:42:32Z
ZOOKEEPER-3038. Code review fixes detailed in the Jira
----
---