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/datestyle.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interfaces/jdbc/example/datestyle.java') diff --git a/src/interfaces/jdbc/example/datestyle.java b/src/interfaces/jdbc/example/datestyle.java index 4cf40159ca..26a14a760b 100644 --- a/src/interfaces/jdbc/example/datestyle.java +++ b/src/interfaces/jdbc/example/datestyle.java @@ -2,7 +2,6 @@ package example; import java.io.*; import java.sql.*; -import java.text.*; /* * This example tests the various date styles that are available to postgresql. -- cgit v1.2.1