Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-2904: Remove unused imports from org.apache.zookeeper.server.quorum.WatchLeakTest #387

Closed
wants to merge 1 commit into from

Conversation

nikhilbhide
Copy link
Contributor

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;

…r.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
@asfgit asfgit closed this in aa35571 Oct 4, 2017
asfgit pushed a commit that referenced this pull request Oct 4, 2017
…r.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;

Author: Nikhil Bhide <nikhilbhide15@gmail.com>

Reviewers: Patrick Hunt <phunt@apache.org>

Closes #387 from nikhilbhide/ZOOKEEPER-2904

Change-Id: Ib1140021d3432c9e7981dfdf48e75ea1a2de325f
(cherry picked from commit aa35571)
Signed-off-by: Patrick Hunt <phunt@apache.org>
lvfangmin pushed a commit to lvfangmin/zookeeper that referenced this pull request Jun 17, 2018
…r.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;

Author: Nikhil Bhide <nikhilbhide15@gmail.com>

Reviewers: Patrick Hunt <phunt@apache.org>

Closes apache#387 from nikhilbhide/ZOOKEEPER-2904

Change-Id: Ib1140021d3432c9e7981dfdf48e75ea1a2de325f
RokLenarcic pushed a commit to RokLenarcic/zookeeper that referenced this pull request Sep 3, 2022
…r.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;

Author: Nikhil Bhide <nikhilbhide15@gmail.com>

Reviewers: Patrick Hunt <phunt@apache.org>

Closes apache#387 from nikhilbhide/ZOOKEEPER-2904

Change-Id: Ib1140021d3432c9e7981dfdf48e75ea1a2de325f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant