From: <syn...@us...> - 2009-04-22 16:57:08
|
Revision: 2998 http://clucene.svn.sourceforge.net/clucene/?rev=2998&view=rev Author: synhershko Date: 2009-04-22 16:56:58 +0000 (Wed, 22 Apr 2009) Log Message: ----------- Comment correction Modified Paths: -------------- branches/lucene2_3_2/src/core/CLucene/util/_FastCharStream.h Modified: branches/lucene2_3_2/src/core/CLucene/util/_FastCharStream.h =================================================================== --- branches/lucene2_3_2/src/core/CLucene/util/_FastCharStream.h 2009-04-20 16:19:18 UTC (rev 2997) +++ branches/lucene2_3_2/src/core/CLucene/util/_FastCharStream.h 2009-04-22 16:56:58 UTC (rev 2998) @@ -21,7 +21,7 @@ int64_t resetPos; int32_t col; int32_t line; - // read character from stream return false on error + // read character from stream throws an exception on error void readChar(TCHAR &); public: BufferedReader* input; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |