[Groonga-commit] droonga/droonga-engine at 02e30fa [master] Revert "Use "just" instead of "only""

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Fri Jun 27 16:32:52 JST 2014


YUKI Hiroshi	2014-06-27 16:32:52 +0900 (Fri, 27 Jun 2014)

  New Revision: 02e30fa58b78bac039c1e92bbe5746ce6e86d89d
  https://github.com/droonga/droonga-engine/commit/02e30fa58b78bac039c1e92bbe5746ce6e86d89d

  Message:
    Revert "Use "just" instead of "only""
    
    This reverts commit dcb31a867256a0fe729025362d7e48ba7a96e9aa.

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+4 -4)
===================================================================
--- lib/droonga/dispatcher.rb    2014-06-27 16:32:51 +0900 (2887a2c)
+++ lib/droonga/dispatcher.rb    2014-06-27 16:32:52 +0900 (e787d91)
@@ -162,11 +162,11 @@ module Droonga
       if local?(destination)
         process_internal_message(message)
       else
-        just_reserve = @engine_state.dead_nodes.include?(destination)
+        only_reserve = @engine_state.dead_nodes.include?(destination)
         @forwarder.forward(@message.merge("body" => message),
-                           "type"    => "dispatcher",
-                           "to"      => destination,
-                           "reserve" => just_reserve)
+                           "type" => "dispatcher",
+                           "to"   => destination,
+                           "reserve" => only_reserve)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る