Skip to content

Commit

Permalink
mixed a try -> try-cause
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Feb 23, 2012
1 parent 94b9f4e commit d8eca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/backtype/storm/event.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
runner (Thread.
(fn []
(while @running
(try
(try-cause
(let [r (.take queue)]
(try-cause
(r)
Expand Down

0 comments on commit d8eca4c

Please sign in to comment.