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/basic.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/interfaces/jdbc/example/basic.java') diff --git a/src/interfaces/jdbc/example/basic.java b/src/interfaces/jdbc/example/basic.java index 61ef493181d..cd7cee04a51 100644 --- a/src/interfaces/jdbc/example/basic.java +++ b/src/interfaces/jdbc/example/basic.java @@ -2,11 +2,10 @@ package example; import java.io.*; import java.sql.*; -import java.text.*; /* * - * $Id: basic.java,v 1.13 2002/09/06 21:23:05 momjian Exp $ + * $Id: basic.java,v 1.14 2003/09/09 11:24:04 barry Exp $ * * This example tests the basic components of the JDBC driver, and shows * how even the simplest of queries can be implemented. -- cgit v1.2.3