GitHub user nikhilbhide opened a pull request: https://github.com/apache/zookeeper/pull/387
ZOOKEEPER-2904: Remove unused imports from org.apache.zookeeper.server.quorum.WatchLeakTest Following imports are never used and unused imports do not adhere to code standard : import org.apache.zookeeper.server.ZooTrace; import java.util.ArrayList; import java.util.List; You can merge this pull request into a Git repository by running: $ git pull https://github.com/nikhilbhide/zookeeper ZOOKEEPER-2904 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/387.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 #387 ---- commit 9a2eb873c20d3128c61618a43af322441efe99b2 Author: Nikhil Bhide <nikhilbhid...@gmail.com> Date: 2017-10-01T15:43:07Z ZOOKEEPER-2904: Remove unused imports from org.apache.zookeeper.server.quorum.WatchLeakTest Following imports are never used and unused imports do not adhere to code standard : import org.apache.zookeeper.server.ZooTrace; import java.util.ArrayList; import java.util.List; a ---- ---