You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/07/07 18:17:08 UTC

git commit: Fix test built

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1.0 8d87e0e25 -> 61ee287bc


Fix test built


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/61ee287b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/61ee287b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/61ee287b

Branch: refs/heads/cassandra-2.1.0
Commit: 61ee287bc7d56008c3b7851f0f2e2413325d81f4
Parents: 8d87e0e
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Jul 7 18:16:54 2014 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Jul 7 18:16:54 2014 +0200

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/cql3/CQLTester.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/61ee287b/test/unit/org/apache/cassandra/cql3/CQLTester.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/cql3/CQLTester.java b/test/unit/org/apache/cassandra/cql3/CQLTester.java
index 38aff2b..3363e16 100644
--- a/test/unit/org/apache/cassandra/cql3/CQLTester.java
+++ b/test/unit/org/apache/cassandra/cql3/CQLTester.java
@@ -62,8 +62,6 @@ public abstract class CQLTester
     private String currentTable;
     private final Set<String> currentTypes = new HashSet<>();
 
-    private final Set<String> currentTypes = new HashSet<>();
-
     @BeforeClass
     public static void setUpClass() throws Throwable
     {