From fb630cc49f06d79cf915035fc28e23814290390d Mon Sep 17 00:00:00 2001 From: Barry Lind Date: Thu, 29 May 2003 04:39:51 +0000 Subject: clean up warnings produced by Eclipse --- src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java') diff --git a/src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java b/src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java index d31aae876c..f5c9f9ad59 100644 --- a/src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java +++ b/src/interfaces/jdbc/org/postgresql/jdbc3/Jdbc3Connection.java @@ -1,12 +1,9 @@ package org.postgresql.jdbc3; -import java.sql.*; -import java.util.Vector; -import java.util.Hashtable; -import org.postgresql.core.Field; +import java.sql.SQLException; -/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc3/Attic/Jdbc3Connection.java,v 1.4 2003/03/07 18:39:45 barry Exp $ +/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc3/Attic/Jdbc3Connection.java,v 1.5 2003/05/29 04:39:50 barry Exp $ * This class implements the java.sql.Connection interface for JDBC3. * However most of the implementation is really done in * org.postgresql.jdbc3.AbstractJdbc3Connection or one of it's parents -- cgit v1.2.1