Fixed import.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/ed178ba2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/ed178ba2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/ed178ba2 Branch: refs/heads/0.1.5 Commit: ed178ba2d92350fe04736fa5ccbaaada58d7613b Parents: a1a0eae Author: Aaron McCurry <[email protected]> Authored: Thu May 16 16:12:30 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu May 16 16:12:30 2013 -0400 ---------------------------------------------------------------------- .../apache/blur/thrift/ThriftBlurShardServer.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/ed178ba2/src/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java ---------------------------------------------------------------------- diff --git a/src/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java b/src/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java index 538b02f..d4c5fa0 100644 --- a/src/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java +++ b/src/blur-core/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java @@ -71,7 +71,6 @@ import org.apache.blur.utils.BlurUtil; import org.apache.blur.zookeeper.ZkUtils; import org.apache.hadoop.conf.Configuration; import org.apache.thrift.protocol.TJSONProtocol; -import org.apache.thrift.server.TServerEventHandler; import org.apache.thrift.server.TServlet; import org.apache.zookeeper.ZooKeeper; import org.mortbay.jetty.servlet.ServletHolder;
