Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 591a2779a -> e5bd1c38e
Remove unecessary imports Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e5bd1c38 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e5bd1c38 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e5bd1c38 Branch: refs/heads/cassandra-2.1 Commit: e5bd1c38ea0978710f3059e81ba87b98980423d6 Parents: 591a277 Author: Sylvain Lebresne <[email protected]> Authored: Mon Aug 25 10:55:42 2014 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Mon Aug 25 10:55:42 2014 +0200 ---------------------------------------------------------------------- .../unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e5bd1c38/test/unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java ---------------------------------------------------------------------- diff --git a/test/unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java b/test/unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java index 1f2988c..39703cc 100644 --- a/test/unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java +++ b/test/unit/org/apache/cassandra/cql3/CreateTriggerStatementTest.java @@ -26,9 +26,7 @@ import org.apache.cassandra.config.Schema; import org.apache.cassandra.config.TriggerDefinition; import org.apache.cassandra.db.ColumnFamily; import org.apache.cassandra.db.Mutation; -import org.apache.cassandra.exceptions.ConfigurationException; import org.apache.cassandra.triggers.ITrigger; -import org.junit.Assert; import org.junit.Test; import static org.junit.Assert.assertFalse;
