aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/basic.java
diff options
context:
space:
mode:
authorBarry Lind <barry@xythos.com>2003-09-09 11:24:04 +0000
committerBarry Lind <barry@xythos.com>2003-09-09 11:24:04 +0000
commit62b53accd496e90df24cf54ab3cf235bc2c9fb38 (patch)
tree1f40dc6b336ff5599631edea121f6bea24f47052 /src/interfaces/jdbc/example/basic.java
parent2fab61686600304c52acedb1911c6c6aeaf160d6 (diff)
downloadpostgresql-62b53accd496e90df24cf54ab3cf235bc2c9fb38.tar.gz
postgresql-62b53accd496e90df24cf54ab3cf235bc2c9fb38.zip
Clean up some unused import warnings in the example jdbc code
Diffstat (limited to 'src/interfaces/jdbc/example/basic.java')
-rw-r--r--src/interfaces/jdbc/example/basic.java3
1 files changed, 1 insertions, 2 deletions
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.