DATACASS-70 - Reverted static Session for Abstract Unit Test until

further redesign
This commit is contained in:
David Webb
2014-01-20 15:12:42 -05:00
parent 4ac4d1df29
commit a07438c3d7

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;