Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna committed Mar 8, 2013
1 parent 16d6c5f commit 12879d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/core/Internal.java
Expand Up @@ -19,9 +19,6 @@
import org.hbase.async.KeyValue; import org.hbase.async.KeyValue;
import org.hbase.async.Scanner; import org.hbase.async.Scanner;


import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/** /**
* <strong>This class is not part of the public API.</strong> * <strong>This class is not part of the public API.</strong>
* <p><pre> * <p><pre>
Expand Down
1 change: 0 additions & 1 deletion src/tools/Fsck.java
Expand Up @@ -32,7 +32,6 @@
import net.opentsdb.core.Internal; import net.opentsdb.core.Internal;
import net.opentsdb.core.Query; import net.opentsdb.core.Query;
import net.opentsdb.core.TSDB; import net.opentsdb.core.TSDB;
import net.opentsdb.uid.UniqueId;


/** /**
* Tool to look for and fix corrupted data in a TSDB. * Tool to look for and fix corrupted data in a TSDB.
Expand Down
1 change: 0 additions & 1 deletion src/tsd/PipelineFactory.java
Expand Up @@ -18,7 +18,6 @@
import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.channel.ChannelHandlerContext;
import org.jboss.netty.channel.ChannelPipeline; import org.jboss.netty.channel.ChannelPipeline;
import org.jboss.netty.channel.ChannelPipelineFactory; import org.jboss.netty.channel.ChannelPipelineFactory;
import org.jboss.netty.handler.codec.frame.DelimiterBasedFrameDecoder;
import org.jboss.netty.handler.codec.frame.FrameDecoder; import org.jboss.netty.handler.codec.frame.FrameDecoder;
import org.jboss.netty.handler.codec.string.StringEncoder; import org.jboss.netty.handler.codec.string.StringEncoder;
import org.jboss.netty.handler.codec.http.HttpRequestDecoder; import org.jboss.netty.handler.codec.http.HttpRequestDecoder;
Expand Down

0 comments on commit 12879d7

Please sign in to comment.