[Groonga-commit] droonga/fluent-plugin-droonga at e37a365 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jan 22 19:25:54 JST 2014


YUKI Hiroshi	2014-01-22 19:25:54 +0900 (Wed, 22 Jan 2014)

  New Revision: e37a365c846de1be4d172b330d1bf2c91ccf5bed
  https://github.com/droonga/fluent-plugin-droonga/commit/e37a365c846de1be4d172b330d1bf2c91ccf5bed

  Message:
    Fix typo

  Modified files:
    lib/droonga/plugin/handler/groonga.rb

  Modified: lib/droonga/plugin/handler/groonga.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/groonga.rb    2014-01-22 19:21:39 +0900 (dd856f9)
+++ lib/droonga/plugin/handler/groonga.rb    2014-01-22 19:25:54 +0900 (89f4485)
@@ -31,7 +31,7 @@ module Droonga
     end
 
     command :table_remove
-    def table_create(message, messenger)
+    def table_remove(message, messenger)
       command = TableRemove.new(@context)
       outputs = command.execute(message.request)
       messenger.emit(outputs)
-------------- next part --------------
HTML����������������������������...
下載 



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