Created
July 13, 2013 05:56
-
-
Save devasiajoseph/5989598 to your computer and use it in GitHub Desktop.
Clojure cassaforte documentation fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think (client/connect! "127.0.0.1") should be (client/connect! ["127.0.0.1"]) | |
(client/connect! "127.0.0.1") gives an error: | |
ClassCastException java.lang.Character cannot be cast to java.lang.String clojurewerkz.cassaforte.client/build-cluster (client.clj:218) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment