From fb630cc49f06d79cf915035fc28e23814290390d Mon Sep 17 00:00:00 2001 From: Barry Lind Date: Thu, 29 May 2003 04:39:51 +0000 Subject: clean up warnings produced by Eclipse --- src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/jdbc/org/postgresql/fastpath') 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; -- cgit v1.2.3