Updated Branches:
  refs/heads/master fc0c5623d -> 9754322d3

ACCUMULO-1961 remove unused imports and variables


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

Branch: refs/heads/master
Commit: b68ae97b92fc5e429fc42913708159eca993e2a6
Parents: 7b3567f
Author: Eric Newton <eric.new...@gmail.com>
Authored: Fri Feb 14 12:39:45 2014 -0500
Committer: Eric Newton <eric.new...@gmail.com>
Committed: Fri Feb 14 12:39:45 2014 -0500

----------------------------------------------------------------------
 .../core/client/impl/TabletServerBatchReaderIterator.java         | 1 -
 test/src/test/java/org/apache/accumulo/test/ShellServerIT.java    | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b68ae97b/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
 
b/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
index af0ba74..6ef514d 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReaderIterator.java
@@ -62,7 +62,6 @@ import 
org.apache.accumulo.core.tabletserver.thrift.TabletClientService;
 import org.apache.accumulo.core.util.ByteBufferUtil;
 import org.apache.accumulo.core.util.OpTimer;
 import org.apache.accumulo.core.util.ThriftUtil;
-import org.apache.accumulo.core.util.UtilWaitThread;
 import org.apache.accumulo.trace.instrument.TraceRunnable;
 import org.apache.accumulo.trace.instrument.Tracer;
 import org.apache.hadoop.io.Text;

http://git-wip-us.apache.org/repos/asf/accumulo/blob/b68ae97b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java 
b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
index 9e9f511..8b220da 100644
--- a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
@@ -65,7 +65,6 @@ import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Rule;
 import org.junit.Test;
-import org.junit.rules.TemporaryFolder;
 import org.junit.rules.TestName;
 
 public class ShellServerIT extends SimpleMacIT {
@@ -635,7 +634,7 @@ public class ShellServerIT extends SimpleMacIT {
     exec("createtable " + table + " -evc");
 
     // Make sure the table is fully propagated through zoocache
-    final String tableId = getTableId(table);
+    getTableId(table);
 
     exec("constraint -l -t " + table, true, "VisibilityConstraint=2", true);
     exec("constraint -t " + table + " -d 2", true, "Removed constraint 2 from 
table " + table);

Reply via email to