aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/jdbc/postgresql/Connection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/postgresql/Connection.java b/src/interfaces/jdbc/postgresql/Connection.java
index 8dd980e2f06..75515da474e 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);