Skip to content

Commit

Permalink
Merge pull request akka#137 from notxcain/fix-136
Browse files Browse the repository at this point in the history
Remove unused sessionProviderClassName from CassandraSessionSettings
  • Loading branch information
patriknw authored Oct 25, 2016
2 parents e701ecb + 94a00c9 commit 758be57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ object CassandraSessionSettings {
}

class CassandraSessionSettings(val config: Config) {
val sessionProviderClassName = config.getString("session-provider")
val fetchSize = config.getInt("max-result-size")
val readConsistency: ConsistencyLevel = ConsistencyLevel.valueOf(config.getString("read-consistency"))
val writeConsistency: ConsistencyLevel = ConsistencyLevel.valueOf(config.getString("write-consistency"))
Expand Down

0 comments on commit 758be57

Please sign in to comment.