Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 6742627f2 -> e450d74ae refs/heads/master 1f49ff05a -> 6ac5c5f35
ACCUMULO-2733 clean up one missed unused import. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e450d74a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e450d74a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e450d74a Branch: refs/heads/1.6.0-SNAPSHOT Commit: e450d74aec76b751a3c2bc9ff12cd7da547f14f1 Parents: 6742627 Author: Sean Busbey <bus...@cloudera.com> Authored: Fri Apr 25 10:36:17 2014 -0500 Committer: Sean Busbey <bus...@cloudera.com> Committed: Fri Apr 25 10:36:17 2014 -0500 ---------------------------------------------------------------------- .../org/apache/accumulo/server/client/ClientServiceHandler.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e450d74a/server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java ---------------------------------------------------------------------- diff --git a/server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java b/server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java index e6739f8..ebea064 100644 --- a/server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java +++ b/server/base/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java @@ -45,7 +45,6 @@ import org.apache.accumulo.core.client.impl.thrift.TableOperation; import org.apache.accumulo.core.client.impl.thrift.TableOperationExceptionType; import org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException; import org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException; -import org.apache.accumulo.core.client.security.tokens.AuthenticationToken; import org.apache.accumulo.core.client.security.tokens.PasswordToken; import org.apache.accumulo.core.conf.AccumuloConfiguration; import org.apache.accumulo.core.conf.Property;