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/06/16 23:55:29 UTC

[3/4] git commit: ACCUMULO-378 remove unused import

ACCUMULO-378 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/ab3ac0a1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ab3ac0a1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ab3ac0a1

Branch: refs/heads/master
Commit: ab3ac0a1c836e7322247175c6e1ce5dfda264db0
Parents: c85477a
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Jun 16 17:53:55 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Jun 16 17:53:55 2014 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/server/replication/StatusCombinerTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ab3ac0a1/server/base/src/test/java/org/apache/accumulo/server/replication/StatusCombinerTest.java
----------------------------------------------------------------------
diff --git a/server/base/src/test/java/org/apache/accumulo/server/replication/StatusCombinerTest.java b/server/base/src/test/java/org/apache/accumulo/server/replication/StatusCombinerTest.java
index c76c19f..5f7e457 100644
--- a/server/base/src/test/java/org/apache/accumulo/server/replication/StatusCombinerTest.java
+++ b/server/base/src/test/java/org/apache/accumulo/server/replication/StatusCombinerTest.java
@@ -37,8 +37,6 @@ import org.junit.Assert;
 import org.junit.Before;
 import org.junit.Test;
 
-import com.google.common.collect.ImmutableMap;
-
 /**
  * 
  */