Merge branch 'master' of local repository into DATACASS-71

This commit is contained in:
David Webb
2014-01-20 15:26:20 -05:00

View File

@@ -63,7 +63,7 @@ public abstract class AbstractEmbeddedCassandraIntegrationTest {
/**
* The {@link Session} for the {@link #keyspace} from the {@link #cluster}.
*/
protected static Session session;
protected Session session;
protected String keyspace() {
return keyspace;