Skip to content

Commit

Permalink
fixes exception in "lein test":
Browse files Browse the repository at this point in the history
Exception in thread "main" java.lang.RuntimeException: No such namespace: DCAwareRoundRobinPolicy, compiling:(clojurewerkz/cassaforte/policies.clj:38:7)
  • Loading branch information
chrisbetz committed May 30, 2016
1 parent 723cda2 commit faff6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/cassaforte/policies.clj
Expand Up @@ -16,7 +16,7 @@
"Consistency levels, retry policies, reconnection policies, etc"
(:import [com.datastax.driver.core ConsistencyLevel]
[com.datastax.driver.core.policies
LoadBalancingPolicy DCAwareRoundRobinPolicy$Builder RoundRobinPolicy TokenAwarePolicy
LoadBalancingPolicy DCAwareRoundRobinPolicy DCAwareRoundRobinPolicy$Builder RoundRobinPolicy TokenAwarePolicy
LoggingRetryPolicy DefaultRetryPolicy DowngradingConsistencyRetryPolicy FallthroughRetryPolicy
RetryPolicy ConstantReconnectionPolicy ExponentialReconnectionPolicy]))

Expand Down

0 comments on commit faff6a5

Please sign in to comment.