Skip to content

Commit

Permalink
unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 22, 2012
1 parent 3b5c367 commit 1b4a3f5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/jvm/trident/cassandra/Test.java
Expand Up @@ -6,18 +6,6 @@
import backtype.storm.tuple.Fields;
import backtype.storm.tuple.Values;
import backtype.storm.utils.Utils;
import me.prettyprint.cassandra.model.ConfigurableConsistencyLevel;
import me.prettyprint.cassandra.serializers.BytesArraySerializer;
import me.prettyprint.cassandra.serializers.CompositeSerializer;
import me.prettyprint.cassandra.serializers.StringSerializer;
import me.prettyprint.cassandra.service.CassandraHostConfigurator;
import me.prettyprint.cassandra.service.spring.HectorTemplate;
import me.prettyprint.cassandra.service.spring.HectorTemplateImpl;
import me.prettyprint.hector.api.beans.Composite;
import me.prettyprint.hector.api.beans.HColumn;
import me.prettyprint.hector.api.factory.HFactory;
import me.prettyprint.hector.api.query.SliceQuery;
import org.cassandraunit.utils.EmbeddedCassandraServerHelper;
import storm.trident.TridentState;
import storm.trident.TridentTopology;
import storm.trident.operation.builtin.Count;
Expand All @@ -28,8 +16,6 @@
import storm.trident.testing.FixedBatchSpout;
import storm.trident.testing.Split;

import java.util.List;

/**
* @author slukjanov
*/
Expand Down

0 comments on commit 1b4a3f5

Please sign in to comment.