[Groonga-commit] droonga/fluent-plugin-droonga at 7f3d12b [master] Add missing "s": distributor's "distribute" receives multiple messages.

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 29 17:18:54 JST 2014


YUKI Hiroshi	2014-01-29 17:18:54 +0900 (Wed, 29 Jan 2014)

  New Revision: 7f3d12b217f0b4ef7efd07bc30438ef34b2f184a
  https://github.com/droonga/fluent-plugin-droonga/commit/7f3d12b217f0b4ef7efd07bc30438ef34b2f184a

  Message:
    Add missing "s": distributor's "distribute" receives multiple messages.

  Modified files:
    lib/droonga/distributor_plugin.rb

  Modified: lib/droonga/distributor_plugin.rb (+2 -2)
===================================================================
--- lib/droonga/distributor_plugin.rb    2014-01-29 17:13:09 +0900 (fe1892c)
+++ lib/droonga/distributor_plugin.rb    2014-01-29 17:18:54 +0900 (ceb77bf)
@@ -26,8 +26,8 @@ module Droonga
       @distributor = distributor
     end
 
-    def distribute(message)
-      @distributor.distribute(message)
+    def distribute(messages)
+      @distributor.distribute(messages)
     end
 
     def scatter_all(message, key)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index