You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/08/04 19:55:54 UTC

[2/5] git commit: ACCUMULO-3019 cleanup warnings

ACCUMULO-3019 cleanup warnings


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

Branch: refs/heads/master
Commit: 2335993485e37049cf4ee400807681d8311f715d
Parents: d8463c6
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Aug 4 13:46:42 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Aug 4 13:46:42 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/23359934/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
----------------------------------------------------------------------
diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
index 720a585..75f1fa2 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
@@ -72,7 +72,6 @@ import org.apache.accumulo.core.conf.AccumuloConfiguration;
 import org.apache.accumulo.core.conf.Property;
 import org.apache.accumulo.core.conf.SiteConfiguration;
 import org.apache.accumulo.core.data.Column;
-import org.apache.accumulo.core.data.ColumnUpdate;
 import org.apache.accumulo.core.data.ConstraintViolationSummary;
 import org.apache.accumulo.core.data.Key;
 import org.apache.accumulo.core.data.KeyExtent;