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

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jun 27 15:56:56 JST 2014


YUKI Hiroshi	2014-06-27 15:56:56 +0900 (Fri, 27 Jun 2014)

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

  Message:
    Use "just" instead of "only"

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+4 -4)
===================================================================
--- lib/droonga/dispatcher.rb    2014-06-27 15:55:27 +0900 (e787d91)
+++ lib/droonga/dispatcher.rb    2014-06-27 15:56:56 +0900 (2887a2c)
@@ -162,11 +162,11 @@ module Droonga
       if local?(destination)
         process_internal_message(message)
       else
-        only_reserve = @engine_state.dead_nodes.include?(destination)
+        just_reserve = @engine_state.dead_nodes.include?(destination)
         @forwarder.forward(@message.merge("body" => message),
-                           "type" => "dispatcher",
-                           "to"   => destination,
-                           "reserve" => only_reserve)
+                           "type"    => "dispatcher",
+                           "to"      => destination,
+                           "reserve" => just_reserve)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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