diff options
author | Barry Lind <barry@xythos.com> | 2003-05-29 04:39:51 +0000 |
---|---|---|
committer | Barry Lind <barry@xythos.com> | 2003-05-29 04:39:51 +0000 |
commit | fb630cc49f06d79cf915035fc28e23814290390d (patch) | |
tree | 0a75dbecca243b03cdf840a6f3722d655baf82a3 /src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java | |
parent | 35511088d3b7d22322e43e8a1f968bcff01f0a70 (diff) | |
download | postgresql-fb630cc49f06d79cf915035fc28e23814290390d.tar.gz |
clean up warnings produced by Eclipse
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java')
-rw-r--r-- | src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java b/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java index 96aa532a9c..90a6df4969 100644 --- a/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java +++ b/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java @@ -6,14 +6,13 @@ * Copyright (c) 2003, PostgreSQL Global Development Group * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/util/Attic/PGtokenizer.java,v 1.6 2003/03/07 18:39:46 barry Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/util/Attic/PGtokenizer.java,v 1.7 2003/05/29 04:39:51 barry Exp $ * *------------------------------------------------------------------------- */ package org.postgresql.util; -import java.sql.*; -import java.util.*; +import java.util.Vector; /* * It's mainly used by the geometric classes, but is useful in parsing any |