[Groonga-commit] groonga/grnxx at d50c5b1 [master] Fix a wrong comment.

Back to archive index

susumu.yata null+****@clear*****
Wed Dec 3 14:41:08 JST 2014


susumu.yata	2014-12-03 14:41:08 +0900 (Wed, 03 Dec 2014)

  New Revision: d50c5b13f0cdbf8ef344bb977d5f84c66c8d5cb0
  https://github.com/groonga/grnxx/commit/d50c5b13f0cdbf8ef344bb977d5f84c66c8d5cb0

  Message:
    Fix a wrong comment.

  Modified files:
    lib/grnxx/impl/expression.cpp

  Modified: lib/grnxx/impl/expression.cpp (+1 -3)
===================================================================
--- lib/grnxx/impl/expression.cpp    2014-12-03 14:31:30 +0900 (69561f8)
+++ lib/grnxx/impl/expression.cpp    2014-12-03 14:41:08 +0900 (7aa9fb4)
@@ -61,9 +61,7 @@ class TypedNode : public Node {
   //
   // The evaluation results are stored into "*results".
   //
-  // On success, returns true.
-  // On failure, returns false and stores error information into "*error" if
-  // "error" != nullptr.
+  // On failure, throws an exception.
   virtual void evaluate(ArrayCRef<Record> records,
                         ArrayRef<Value> results) = 0;
 };
-------------- next part --------------
HTML����������������������������...
下載 



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