[Groonga-commit] droonga/fluent-plugin-droonga at e95a435 [master] Make "build_messages" method private

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 5 13:33:53 JST 2013


YUKI Hiroshi	2013-12-05 13:33:53 +0900 (Thu, 05 Dec 2013)

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

  Message:
    Make "build_messages" method private

  Modified files:
    lib/droonga/plugin/distributor/distributed_search_plan.rb

  Modified: lib/droonga/plugin/distributor/distributed_search_plan.rb (+3 -3)
===================================================================
--- lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 13:17:23 +0900 (ecd5e92)
+++ lib/droonga/plugin/distributor/distributed_search_plan.rb    2013-12-05 13:33:53 +0900 (4187520)
@@ -32,6 +32,9 @@ module Droonga
       build_messages
     end
 
+    private
+    UNLIMITED = -1
+
     def build_messages
       ensure_unifiable!
 
@@ -57,9 +60,6 @@ module Droonga
       @messages.push(searcher)
     end
 
-    private
-    UNLIMITED = -1
-
     def ensure_unifiable!
       @queries.each do |name, query|
         if unifiable?(name) && query["output"]
-------------- next part --------------
HTML����������������������������...
Download 



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