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/geometric/PGpoint.java | |
| parent | 35511088d3b7d22322e43e8a1f968bcff01f0a70 (diff) | |
| download | postgresql-fb630cc49f06d79cf915035fc28e23814290390d.tar.gz | |
clean up warnings produced by Eclipse
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java')
| -rw-r--r-- | src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java b/src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java index 58ddb5f6f1..c3c04b8ef6 100644 --- a/src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java +++ b/src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java @@ -6,20 +6,18 @@ * Copyright (c) 2003, PostgreSQL Global Development Group * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/geometric/Attic/PGpoint.java,v 1.4 2003/03/07 18:39:43 barry Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/geometric/Attic/PGpoint.java,v 1.5 2003/05/29 04:39:48 barry Exp $ * *------------------------------------------------------------------------- */ package org.postgresql.geometric; -import java.awt.Point; -import java.io.Serializable; -import java.sql.SQLException; import org.postgresql.util.PGobject; import org.postgresql.util.PGtokenizer; import org.postgresql.util.PSQLException; - -import org.postgresql.util.*; +import java.awt.Point; +import java.io.Serializable; +import java.sql.SQLException; /* * This implements a version of java.awt.Point, except it uses double |
