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 2015/04/27 23:14:53 UTC

accumulo git commit: ACCUMULO-3754 fixed missing import

Repository: accumulo
Updated Branches:
  refs/heads/1.7 f74946d7f -> 4fa8a8fb2


ACCUMULO-3754 fixed missing import


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

Branch: refs/heads/1.7
Commit: 4fa8a8fb2293f0327f0744ce494bdda381131d72
Parents: f74946d
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Apr 27 17:14:36 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Apr 27 17:14:36 2015 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4fa8a8fb/test/src/test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java b/test/src/test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
index d7c0bab..7d1c53e 100644
--- a/test/src/test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/MultiTableRecoveryIT.java
@@ -40,6 +40,8 @@ import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.fs.RawLocalFileSystem;
 import org.junit.Test;
 
+import com.google.common.collect.Iterators;
+
 public class MultiTableRecoveryIT extends ConfigurableMacIT {
 
   @Override