[Groonga-commit] droonga/droonga-engine at 11afb5c [buffered-forward] 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: 11afb5cf02a9c7e3b246c6d441e067917dd15354
  https://github.com/droonga/droonga-engine/commit/11afb5cf02a9c7e3b246c6d441e067917dd15354

  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:38:24 +0900 (aee60a0)
+++ lib/droonga/cluster_state.rb    2014-12-25 19:37:14 +0900 (ea471ff)
@@ -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