Skip to content

Commit

Permalink
type hint added for .connect in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
afeng committed Apr 2, 2013
1 parent a97743b commit 5dca350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/backtype/storm/daemon/worker.clj
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
:let [[node port] (string->endpoint endpoint-str)]]
[endpoint-str
(.connect
(:mq-context worker)
^IContext (:mq-context worker)
storm-id
((:node->host assignment) node)
port)
Expand Down

0 comments on commit 5dca350

Please sign in to comment.