diff --git a/src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java b/src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java index 9154e0a4db9..a8be118d083 100644 --- a/src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java +++ b/src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java @@ -14,7 +14,7 @@ import org.postgresql.PGConnection; * * @author Aaron Mulder (ammulder@chariotsolutions.com) * @author Csaba Nagy (ncsaba@yahoo.com) - * @version $Revision: 1.7.4.1 $ + * @version $Revision: 1.7.4.2 $ */ public class PooledConnectionImpl implements PooledConnection { @@ -369,8 +369,8 @@ public class PooledConnectionImpl implements PooledConnection } finally { con = null; st = null; - return null; } + return null; } else if (method.getName().equals("getConnection")) {