[Groonga-commit] droonga/droonga-engine at 1ce96b3 [master] Fix mismatched class name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 25 19:37:14 JST 2014


YUKI Hiroshi	2014-12-25 19:37:14 +0900 (Thu, 25 Dec 2014)

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

  Message:
    Fix mismatched class name

  Modified files:
    lib/droonga/cluster_state.rb

  Modified: lib/droonga/cluster_state.rb (+3 -3)
===================================================================
--- lib/droonga/cluster_state.rb    2014-12-25 16:41:16 +0900 (2dd734d)
+++ lib/droonga/cluster_state.rb    2014-12-25 19:37:14 +0900 (b147369)
@@ -67,11 +67,11 @@ module Droonga
 
     def same_role_nodes
       case node_metadata.role
-      when NodeStatus::Role::SERVICE_PROVIDER
+      when NodeMetadata::Role::SERVICE_PROVIDER
         all_nodes & service_provider_nodes
-      when NodeStatus::Role::ABSORB_SOURCE
+      when NodeMetadata::Role::ABSORB_SOURCE
         all_nodes & absorb_source_nodes
-      when NodeStatus::Role::ABSORB_DESTINATION
+      when NodeMetadata::Role::ABSORB_DESTINATION
         all_nodes & absorb_destination_nodes
       else
         []
-------------- next part --------------
HTML����������������������������...
Download 



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