1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +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

@@ -1,6 +1,5 @@
package example;
import java.io.*;
import java.sql.*;
import java.util.*;