[Groonga-commit] droonga/droonga-engine at 6423841 [buffered-forward] Fix mismatched method name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 18 16:35:20 JST 2014


YUKI Hiroshi	2014-12-18 16:35:20 +0900 (Thu, 18 Dec 2014)

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

  Merged 69350ee: Merge branch 'master' into buffered-forward

  Message:
    Fix mismatched method name

  Modified files:
    lib/droonga/live_nodes_list.rb

  Modified: lib/droonga/live_nodes_list.rb (+1 -1)
===================================================================
--- lib/droonga/live_nodes_list.rb    2014-12-18 16:32:58 +0900 (f1d3da7)
+++ lib/droonga/live_nodes_list.rb    2014-12-18 16:35:20 +0900 (7dbb053)
@@ -34,7 +34,7 @@ module Droonga
     end
 
     def absorb_destination_nodes
-      @absorb_destination_nodes ||= collect_destination_source_nodes
+      @absorb_destination_nodes ||= collect_absorb_destination_nodes
     end
 
     def service_provider_nodes
-------------- next part --------------
HTML����������������������������...
다운로드 



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