From: Marc G. Fournier Date: Fri, 20 Feb 1998 13:11:26 +0000 (+0000) Subject: Missign a comma... X-Git-Tag: REL6_3~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=373b85329d3095e367b3c7d170042a42b9582065;p=postgresql Missign a comma... From: AA van Raalte --- diff --git a/src/interfaces/jdbc/postgresql/Connection.java b/src/interfaces/jdbc/postgresql/Connection.java index 8dd980e2f0..75515da474 100644 --- a/src/interfaces/jdbc/postgresql/Connection.java +++ b/src/interfaces/jdbc/postgresql/Connection.java @@ -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);