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/fastpath | |
parent | 35511088d3b7d22322e43e8a1f968bcff01f0a70 (diff) |
clean up warnings produced by Eclipse
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/fastpath')
-rw-r--r-- | src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java b/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java index b9abb6eacce..1b250a2bf70 100644 --- a/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java +++ b/src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java @@ -6,7 +6,7 @@ * Copyright (c) 2003, PostgreSQL Global Development Group * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/fastpath/Attic/Fastpath.java,v 1.13 2003/05/29 03:21:32 barry Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/fastpath/Attic/Fastpath.java,v 1.14 2003/05/29 04:39:51 barry Exp $ * *------------------------------------------------------------------------- */ @@ -225,6 +225,7 @@ public class Fastpath switch (c) { case 'A': // Asynchronous Notify + //TODO: do something with this int pid = stream.ReceiveInteger(4); String msg = stream.ReceiveString(conn.getEncoding()); break; |