[Groonga-commit] groonga/grnxx at 2d5755c [master] Fix comments.

Back to archive index

susumu.yata null+****@clear*****
Thu Jun 19 13:36:23 JST 2014


susumu.yata	2014-06-19 13:36:23 +0900 (Thu, 19 Jun 2014)

  New Revision: 2d5755cec015d25fc981059d2c5747d1f2199e9f
  https://github.com/groonga/grnxx/commit/2d5755cec015d25fc981059d2c5747d1f2199e9f

  Message:
    Fix comments.

  Modified files:
    new-interface/cursor.hpp
    new-interface/sorter.hpp

  Modified: new-interface/cursor.hpp (+1 -1)
===================================================================
--- new-interface/cursor.hpp    2014-06-19 13:35:54 +0900 (e00cd72)
+++ new-interface/cursor.hpp    2014-06-19 13:36:23 +0900 (f1049b2)
@@ -21,7 +21,7 @@ class Cursor {
   // 成功すれば移動量を返す.
   // 失敗したときは *error にその内容を格納し, -1 を返す.
   //
-  // カーソルの移動中に取得した行は *record_set の末尾に追加する.
+  // カーソルの移動中に取得したレコードは *record_set の末尾に追加する.
   //
   // 途中で終端に到達したときは count より小さい値を返す.
   virtual int64_t read(Error *error, int64_t count, RecordSet *record_set) = 0;

  Modified: new-interface/sorter.hpp (+0 -1)
===================================================================
--- new-interface/sorter.hpp    2014-06-19 13:35:54 +0900 (9c49629)
+++ new-interface/sorter.hpp    2014-06-19 13:36:23 +0900 (a75f690)
@@ -33,7 +33,6 @@ class Sorter {
   // - 対象が設定されていない.
   // - 整列が既に完了している.
   // - 演算で例外が発生する.
-  // - 不正なレコードの一覧が指定された.
   virtual bool progress(Error *error) = 0;
 
   // 整列の仕上げをおこなう.
-------------- next part --------------
HTML����������������������������...
Download 



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