Skip to content

Commit

Permalink
Sort mbean operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Jung committed Sep 30, 2015
1 parent de07677 commit 818ddb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mbeanz/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(defn get-identifiers [[bean-name & bean-ops]]
(->> bean-ops
(flatten)
(sort)
(map (partial hash-map :bean (str bean-name) :operation))))

(defn list-beans [object-name-pattern]
Expand Down

0 comments on commit 818ddb0

Please sign in to comment.