Repository: accumulo
Updated Branches:
  refs/heads/1.6 d3316b3cf -> ff1e003ae
  refs/heads/1.7 bd9969f1d -> 0faf8b9c0
  refs/heads/master 664012d16 -> 97ce2a758


ACCUMULO-3509 Fix UTF_8 import for 1.6


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

Branch: refs/heads/1.6
Commit: ff1e003ae98d11f5164fdce3f92564368ae5dd58
Parents: d3316b3
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Wed Jan 27 17:59:32 2016 -0500
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Wed Jan 27 17:59:32 2016 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/test/functional/SessionBlockVerifyIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ff1e003a/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
 
b/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
index 05f304b..e641c13 100644
--- 
a/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
+++ 
b/test/src/test/java/org/apache/accumulo/test/functional/SessionBlockVerifyIT.java
@@ -16,7 +16,7 @@
  */
 package org.apache.accumulo.test.functional;
 
-import static java.nio.charset.StandardCharsets.UTF_8;
+import static com.google.common.base.Charsets.UTF_8;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 

Reply via email to