diff --git a/src/interfaces/jdbc/postgresql/Connection.java b/src/interfaces/jdbc/postgresql/Connection.java
index 8dd980e2f063cc12f2fc5add13dab2f7247f8f17..75515da474e0e0d6ac38e0dbc0267c7243642ade 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);