[Groonga-commit] droonga/droonga-engine at 74928e1 [master] Revert "Fix syntax error: Remove too many ")""

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jun 27 16:32:51 JST 2014


YUKI Hiroshi	2014-06-27 16:32:51 +0900 (Fri, 27 Jun 2014)

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

  Message:
    Revert "Fix syntax error: Remove too many ")""
    
    This reverts commit 5252a2e0300649f306ca9ab986e4d8709e14d9d4.

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-06-27 16:32:49 +0900 (bda4bff)
+++ lib/droonga/forwarder.rb    2014-06-27 16:32:51 +0900 (63afac5)
@@ -75,7 +75,7 @@ module Droonga
     private
     def output(receiver, message, command, arguments, options={})
       logger.trace("output: start")
-      if not receiver.is_a?(String) or not command.is_a?(String)
+      if not receiver.is_a?(String) or not command.is_a?(String))
         logger.trace("output: abort: invalid argument",
                      :receiver => receiver,
                      :command  => command)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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