Repository: accumulo
Updated Branches:
  refs/heads/master b7fe94c02 -> 18fee706b


ACCUMULO-2468 Remove recently introduced warnings


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

Branch: refs/heads/master
Commit: c3837f424c1fd011ba0cdf8dfd0162a1ad283121
Parents: 34c8b7a
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Tue Mar 18 00:34:52 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Tue Mar 18 00:34:52 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java  | 1 -
 .../src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c3837f42/core/src/test/java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java 
b/core/src/test/java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java
index 70c40ed..4d61db5 100644
--- 
a/core/src/test/java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java
+++ 
b/core/src/test/java/org/apache/accumulo/core/data/ArrayByteSequenceTest.java
@@ -20,7 +20,6 @@ import static org.junit.Assert.assertEquals;
 
 import java.nio.ByteBuffer;
 
-import org.apache.accumulo.core.Constants;
 import org.junit.Before;
 import org.junit.Test;
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c3837f42/core/src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java
----------------------------------------------------------------------
diff --git 
a/core/src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java 
b/core/src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java
index ce4ad98..b32dd26 100644
--- a/core/src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java
+++ b/core/src/test/java/org/apache/accumulo/core/data/KeyExtentTest.java
@@ -291,6 +291,7 @@ public class KeyExtentTest {
     return out;
   }
 
+  @SuppressWarnings("deprecation")
   @Test
   public void testKeyExtentsForSimpleRange() {
     Collection<KeyExtent> results;
@@ -307,6 +308,7 @@ public class KeyExtentTest {
     assertEquals(t, results.iterator().next());
   }
 
+  @SuppressWarnings("deprecation")
   @Test
   public void testKeyExtentsForRange() {
     KeyExtent b = nke("t", "b", null);

Reply via email to