Commit 373b8532 authored by Marc G. Fournier's avatar Marc G. Fournier

Missign a comma...

From: AA van Raalte <alvin@camberlo.demon.co.uk>
parent b76e4374
...@@ -145,7 +145,7 @@ public class Connection implements java.sql.Connection ...@@ -145,7 +145,7 @@ public class Connection implements java.sql.Connection
if(info.getProperty("user")==null) if(info.getProperty("user")==null)
throw new SQLException("The user property is missing. It is mandatory."); throw new SQLException("The user property is missing. It is mandatory.");
if(info.getProperty("password")==null) 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_driver = d;
this_url = new String(url); this_url = new String(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment