diff options
| author | Barry Lind <barry@xythos.com> | 2003-05-29 04:39:51 +0000 |
|---|---|---|
| committer | Barry Lind <barry@xythos.com> | 2003-05-29 04:39:51 +0000 |
| commit | fb630cc49f06d79cf915035fc28e23814290390d (patch) | |
| tree | 0a75dbecca243b03cdf840a6f3722d655baf82a3 /src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java | |
| parent | 35511088d3b7d22322e43e8a1f968bcff01f0a70 (diff) | |
| download | postgresql-fb630cc49f06d79cf915035fc28e23814290390d.tar.gz | |
clean up warnings produced by Eclipse
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java')
| -rw-r--r-- | src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java b/src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java index ba58702f8c..1b30e53de3 100644 --- a/src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java +++ b/src/interfaces/jdbc/org/postgresql/jdbc2/PBatchUpdateException.java @@ -1,7 +1,6 @@ package org.postgresql.jdbc2; -import org.postgresql.util.*; -import java.sql.*; +import org.postgresql.util.MessageTranslator; /* * This class extends java.sql.BatchUpdateException, and provides our |
