diff options
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/util/PSQLException.java')
| -rw-r--r-- | src/interfaces/jdbc/org/postgresql/util/PSQLException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/util/PSQLException.java b/src/interfaces/jdbc/org/postgresql/util/PSQLException.java index 46c71fab11..d8fabd904a 100644 --- a/src/interfaces/jdbc/org/postgresql/util/PSQLException.java +++ b/src/interfaces/jdbc/org/postgresql/util/PSQLException.java @@ -27,7 +27,7 @@ public class PSQLException extends SQLException */ public PSQLException(String error, Object[] args) { - //super(); + super(); translate(error, args); } |
