colinsurprenant / redstorm

JRuby on Storm
Other
298 stars 56 forks source link

Fix native examples (missing argument for proxy constructors) #61

Closed shayelkin closed 11 years ago

shayelkin commented 11 years ago

Fix native examples that were broken by df9795a9ac. (I'd rather have varargs or overloaded constructors in JRubyBolt & JRubySpout, but they don't bind directly to JRuby)

colinsurprenant commented 11 years ago

(better later than never :P) Good catch. This underlines that I should add testing automation for the examples. Thanks for your contribution.

shayelkin commented 11 years ago

Actually, fixing the samples could be a good tutorial ;)

(And you're welcome. I should be the one thanking, as Redstorm saved me lots of work.)