Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops had a tab in there.
  • Loading branch information
Robert (Bobby) Evans committed Feb 14, 2013
1 parent 59217cd commit 76775ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/backtype/storm/daemon/nimbus.clj
Expand Up @@ -1034,7 +1034,7 @@
(to-json (try-read-storm-conf conf id)))

(^StormTopology getTopology [this ^String id]
(system-topology! (try-read-storm-conf conf id) (try-read-storm-topology conf id)))
(system-topology! (try-read-storm-conf conf id) (try-read-storm-topology conf id)))

(^StormTopology getUserTopology [this ^String id]
(try-read-storm-topology conf id))
Expand Down

0 comments on commit 76775ea

Please sign in to comment.