diff options
Diffstat (limited to 'src/clojure/contrib/jmx/Bean.clj')
-rw-r--r-- | src/clojure/contrib/jmx/Bean.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/jmx/Bean.clj b/src/clojure/contrib/jmx/Bean.clj index 1ee8e950..cae67d21 100644 --- a/src/clojure/contrib/jmx/Bean.clj +++ b/src/clojure/contrib/jmx/Bean.clj @@ -25,7 +25,7 @@ (defn -getAttribute [this attr] - ((.state this) (keyword attr))) + (@(.state this) (keyword attr))) (defn -getAttributes [this attrs] |