Changeset: 3a61b9cadca9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3a61b9cadca9
Modified Files:
        java/src/nl/cwi/monetdb/jdbc/MonetConnection.java
Branch: Dec2011
Log Message:

JDBC: update some documentation


diffs (22 lines):

diff --git a/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java 
b/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java
--- a/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java
+++ b/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java
@@ -48,9 +48,6 @@ import nl.cwi.monetdb.mcl.parser.*;
  * <br /><br />
  * The current state of this connection is that it nearly implements the
  * whole Connection interface.<br />
- * Additionally, the static method getEmbeddedInstanceConnection()
- * provides a Connection for embedded situations, where an embedded
- * Mserver is started and used.
  *
  * @author Fabian Groffen <[email protected]>
  * @version 1.2
@@ -66,7 +63,7 @@ public class MonetConnection extends Mon
        private final String username;
        /** The password to use when authenticating */
        private final String password;
-       /** A connection to Mserver using a TCP socket */
+       /** A connection to mserver5 using a TCP socket */
        private final MapiSocket server;
        /** The Reader from the server */
        private final BufferedMCLReader in;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to