aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/psql.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/psql.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/psql.java')
-rw-r--r--src/interfaces/jdbc/example/psql.java1
1 files changed, 0 insertions, 1 deletions
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