Missign a comma...

From: AA van Raalte <alvin@camberlo.demon.co.uk>
This commit is contained in:
Marc G. Fournier 1998-02-20 13:11:26 +00:00
parent b76e437465
commit 373b85329d
1 changed files with 1 additions and 1 deletions

View 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);