1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Clean up some unused import warnings in the example jdbc code

This commit is contained in:
Barry Lind
2003-09-09 11:24:04 +00:00
parent 2fab616866
commit 62b53accd4
7 changed files with 2 additions and 9 deletions

View File

@@ -4,7 +4,6 @@ import org.postgresql.test.TestUtil;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.SQLException;
import junit.framework.TestCase;