[Groonga-commit] droonga/droonga-engine at a08ea09 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 27 17:13:11 JST 2015


YUKI Hiroshi	2015-03-27 17:13:11 +0900 (Fri, 27 Mar 2015)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/engine_node.rb

  Modified: lib/droonga/engine_node.rb (+1 -1)
===================================================================
--- lib/droonga/engine_node.rb    2015-03-27 17:12:57 +0900 (a0eb2a2)
+++ lib/droonga/engine_node.rb    2015-03-27 17:13:11 +0900 (817621f)
@@ -29,7 +29,7 @@ module Droonga
       @state = state
       @sender_node_metadata = params[:metadata]
 
-      @node_metadata_observer = FileObserver.new(@loop, Path.node_metadata)
+      @node_metadata_observer = FileObserver.new(loop, Path.node_metadata)
       @node_metadata_observer.on_change = lambda do
         @sender_node_metadata.reload
       end
-------------- next part --------------
HTML����������������������������...
Download 



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