Update of /cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/mcl/net
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6816/src/nl/cwi/monetdb/mcl/net

Modified Files:
        MapiSocket.java 
Log Message:
Fix doc


Index: MapiSocket.java
===================================================================
RCS file: 
/cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/mcl/net/MapiSocket.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- MapiSocket.java     2 Oct 2007 07:46:18 -0000       1.10
+++ MapiSocket.java     7 Nov 2007 08:54:13 -0000       1.11
@@ -44,7 +44,7 @@
  * For each line read, it is determined what type of line it is
  * according to the MonetDB MAPI protocol.  This results in a line to be
  * PROMPT, HEADER, RESULT, ERROR or UNKNOWN.  Use the getLineType()
- * method on the MapiBufferedReader to retrieve the type of the last
+ * method on the BufferedMCLReader to retrieve the type of the last
  * line read.
  * <br /><br />
  * For debugging purposes a socket level debugging is implemented where
@@ -69,7 +69,7 @@
  * are interfaced, so they can be chained in any way.  While the Socket
  * transparently deals with how data is sent over the wire, the actual
  * data read needs to be interpreted, for which a Reader/Writer
- * interface is most sufficient.  In particular the BufferedMCL
+ * interface is most sufficient.  In particular the BufferedMCL*
  * implementations of those interfaces supply some extra functionality
  * geared towards the format of the data.
  *


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to