[Groonga-commit] droonga/droonga-engine at 4f75f2c [master] Fix mismatched method name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 10 16:45:06 JST 2015


YUKI Hiroshi	2015-04-10 16:45:06 +0900 (Fri, 10 Apr 2015)

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

  Message:
    Fix mismatched method name

  Modified files:
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugins/dump.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/dump.rb    2015-04-10 16:44:30 +0900 (48c7b67)
+++ lib/droonga/plugins/dump.rb    2015-04-10 16:45:06 +0900 (11369fc)
@@ -40,7 +40,7 @@ module Droonga
         private
         def start(request)
           dumper = Dumper.new(@context, loop, messenger, request)
-          dumper.start_dump
+          dumper.start
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Download 



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