diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/repl_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/repl_utils.clj b/src/clojure/contrib/repl_utils.clj index 49d99670..ba045565 100644 --- a/src/clojure/contrib/repl_utils.clj +++ b/src/clojure/contrib/repl_utils.clj @@ -44,7 +44,7 @@ (if method? (str (.getSimpleName (.getReturnType m)) (param-str m)) (str (.getSimpleName (.getType m))))))] - [[(not static?) method? (sortable text)] text])) + [[(not static?) method? (sortable text)] text m])) (defn show ([x] (show x nil)) |