GitHub user nikhilbhide opened a pull request:
https://github.com/apache/zookeeper/pull/374
ZOOKEEPER-2896: Remove unused imports from
org.apache.zookeeper.test.CreateTest.java
Remove unused imports from org.apache.zookeeper.test.CreateTest.java
Following imports are not used in the code and do not adhere to code
convention and style.
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.zookeeper.AsyncCallback.Create2Callback;
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikhilbhide/zookeeper ZOOKEEPER-2896
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/374.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 #374
----
commit 20cd2ef5178778af11db329f1c943274c9e08d9a
Author: Nikhil Bhide <[email protected]>
Date: 2017-09-14T04:55:31Z
ZOOKEEPER-2896: Remove unused imports from
org.apache.zookeeper.test.CreateTest.java
----
---