aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/Unicode.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/Unicode.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/Unicode.java')
-rw-r--r--src/interfaces/jdbc/example/Unicode.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/example/Unicode.java b/src/interfaces/jdbc/example/Unicode.java
index f10e4544305..b1d1db299c6 100644
--- a/src/interfaces/jdbc/example/Unicode.java
+++ b/src/interfaces/jdbc/example/Unicode.java
@@ -1,6 +1,5 @@
package example;
-import java.io.*;
import java.sql.*;
import java.util.*;