From 62b53accd496e90df24cf54ab3cf235bc2c9fb38 Mon Sep 17 00:00:00 2001 From: Barry Lind Date: Tue, 9 Sep 2003 11:24:04 +0000 Subject: Clean up some unused import warnings in the example jdbc code --- src/interfaces/jdbc/example/psql.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interfaces/jdbc/example/psql.java') diff --git a/src/interfaces/jdbc/example/psql.java b/src/interfaces/jdbc/example/psql.java index a5af214d574..283739acd72 100644 --- a/src/interfaces/jdbc/example/psql.java +++ b/src/interfaces/jdbc/example/psql.java @@ -2,7 +2,6 @@ package example; import java.io.*; import java.sql.*; -import java.text.*; /* * This example application demonstrates some of the drivers other features -- cgit v1.2.3