[Groonga-commit] droonga/fluent-plugin-droonga at d206a61 [master] Simplify

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 21 14:51:11 JST 2014


Kouhei Sutou	2014-03-21 14:51:11 +0900 (Fri, 21 Mar 2014)

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

  Message:
    Simplify

  Modified files:
    lib/droonga/catalog/dataset.rb

  Modified: lib/droonga/catalog/dataset.rb (+1 -1)
===================================================================
--- lib/droonga/catalog/dataset.rb    2014-03-21 14:43:20 +0900 (bd7db06)
+++ lib/droonga/catalog/dataset.rb    2014-03-21 14:51:11 +0900 (2b5355f)
@@ -35,7 +35,7 @@ module Droonga
       end
 
       def schema
-        @schema ||= Droonga::Catalog::Schema.new(@name, @data["schema"])
+        @schema ||= Schema.new(@name, @data["schema"])
       end
 
       def plugins
-------------- next part --------------
HTML����������������������������...
Download 



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