DATACASS-159

This commit is contained in:
Matthew Adams
2014-08-27 10:08:07 -05:00
parent e9fc839f48
commit 21c3d06988

View File

@@ -32,7 +32,7 @@ public class CassandraAccessor implements InitializingBean {
private Session session;
private CassandraExceptionTranslator exceptionTranslator;
private CassandraExceptionTranslator exceptionTranslator = new CassandraExceptionTranslator();
/**
* Set the exception translator for this instance.