fix conflicts

This commit is contained in:
Colin Surprenant 2011-11-10 18:04:36 -05:00
commit 0a5f9b78b4
3 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ class WordCountBolt < RedStorm::SimpleBolt
end
end
# below is the same bolt but passing a method name to on_tuple
# class WordCountBolt < RedStorm::SimpleBolt

View File

@ -78,7 +78,5 @@ module RedStorm
def self.anchor?
!!self.execute_options[:anchor]
end
end
end

View File

@ -112,5 +112,4 @@ module RedStorm
!!self.execute_options[:emit]
end
end
end