Skip to content

Commit

Permalink
Changed jetty :join option to :join? to match doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ugglan authored and mmcgrana committed Mar 22, 2010
1 parent 972a812 commit b4b31e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring-jetty-adapter/src/ring/adapter/jetty.clj
Expand Up @@ -66,6 +66,6 @@
(doto s
(.setHandler (proxy-handler handler))
(.start))
(when (:join options true)
(when (:join? options true)
(.join s))
s))

0 comments on commit b4b31e8

Please sign in to comment.