You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/01/14 01:22:27 UTC

[7/7] accumulo git commit: ACCUMULO-3458 Remove unused import

ACCUMULO-3458 Remove unused import


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6c433364
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6c433364
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6c433364

Branch: refs/heads/master
Commit: 6c433364f98d18538e2e3eb5f4bb367ae6d136eb
Parents: 913309f
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jan 13 19:19:16 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jan 13 19:19:16 2015 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6c433364/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java
----------------------------------------------------------------------
diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java
index 99464f4..1c23293 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java
@@ -48,7 +48,6 @@ import org.apache.accumulo.core.iterators.system.DeletingIterator;
 import org.apache.accumulo.core.iterators.system.MultiIterator;
 import org.apache.accumulo.core.iterators.system.TimeSettingIterator;
 import org.apache.accumulo.core.metadata.schema.DataFileValue;
-import org.apache.accumulo.core.security.Authorizations;
 import org.apache.accumulo.core.trace.Span;
 import org.apache.accumulo.core.trace.Trace;
 import org.apache.accumulo.core.util.LocalityGroupUtil;