Skip to content

Commit

Permalink
Move ns docstring from meta to docstring position.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveray committed Feb 10, 2013
1 parent af659a5 commit 448e916
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns ^{:doc
(ns com.netflix.hystrix.core
"THESE BINDINGS ARE EXPERIMENTAL AND SUBJECT TO CHANGE
Functions for defining and executing Hystrix dependency commands and collapsers.
Expand Down Expand Up @@ -120,9 +120,7 @@
The com.netflix.hystric.core/defcollapser macro is a helper for defining this map and storing it
in a callable var.
" }
com.netflix.hystrix.core
"
(:require [clojure.set :as set])
(:import [java.util.concurrent Future]
[com.netflix.hystrix
Expand Down

0 comments on commit 448e916

Please sign in to comment.