[
https://issues.apache.org/jira/browse/ZOOKEEPER-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187435#comment-16187435
]
ASF GitHub Bot commented on ZOOKEEPER-2904:
-------------------------------------------
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 <[email protected]>
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
----
> Remove unused imports from org.apache.zookeeper.server.quorum.WatchLeakTest
> ---------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2904
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2904
> Project: ZooKeeper
> Issue Type: Improvement
> Affects Versions: 3.5.3
> Reporter: Nikhil Bhide
> Assignee: Nikhil Bhide
> Priority: Trivial
>
> Remove unused imports from org.apache.zookeeper.server.quorum.WatchLeakTest
> These imports are not used in the code and do not adhere to code convention
> and style.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)