[Groonga-commit] groonga/fluent-plugin-droonga at 0d53d7c [master] Move internal process from public to private in XXXHandler

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 11:33:25 JST 2013


Kosuke Asami	2013-07-22 11:33:25 +0900 (Mon, 22 Jul 2013)

  New Revision: 0d53d7cf6702065a08384d8ff987a9ad84a68fe1
  https://github.com/groonga/fluent-plugin-droonga/commit/0d53d7cf6702065a08384d8ff987a9ad84a68fe1

  Message:
    Move internal process from public to private in XXXHandler

  Modified files:
    lib/droonga/plugin/handler_add.rb
    lib/droonga/plugin/handler_search.rb

  Modified: lib/droonga/plugin/handler_add.rb (+1 -0)
===================================================================
--- lib/droonga/plugin/handler_add.rb    2013-07-22 11:27:58 +0900 (cd04237)
+++ lib/droonga/plugin/handler_add.rb    2013-07-22 11:33:25 +0900 (7eefd9b)
@@ -29,6 +29,7 @@ module Droonga
       post(outputs)
     end
 
+    private
     def process(request)
       table = @context[request["table"]]
       return [false] unless table

  Modified: lib/droonga/plugin/handler_search.rb (+1 -0)
===================================================================
--- lib/droonga/plugin/handler_search.rb    2013-07-22 11:27:58 +0900 (75cfff1)
+++ lib/droonga/plugin/handler_search.rb    2013-07-22 11:33:25 +0900 (3074f15)
@@ -43,6 +43,7 @@ module Droonga
       post(outputs)
     end
 
+    private
     def process_queries(queries)
       return {} unless queries
       query_sorter = QuerySorter.new
-------------- next part --------------
HTML����������������������������...
Download 



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