OSDN Git Service

Missign a comma...
authorMarc G. Fournier <scrappy@hub.org>
Fri, 20 Feb 1998 13:11:26 +0000 (13:11 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 20 Feb 1998 13:11:26 +0000 (13:11 +0000)
From: AA van Raalte <alvin@camberlo.demon.co.uk>

src/interfaces/jdbc/postgresql/Connection.java

index 8dd980e..75515da 100644 (file)
@@ -145,7 +145,7 @@ public class Connection implements java.sql.Connection
     if(info.getProperty("user")==null)
       throw new SQLException("The user property is missing. It is mandatory.");
     if(info.getProperty("password")==null)
-      throw new SQLException("The password property is missing. It is mandatory.")
+      throw new SQLException("The password property is missing. It is mandatory.");
     
     this_driver = d;
     this_url = new String(url);