File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/interfaces/jdbc/org/postgresql/jdbc1 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
import org .postgresql .util .*;
14
14
15
15
16
- /* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/AbstractJdbc1Connection.java,v 1.5 2002/08/23 20:45:49 barry Exp $
16
+ /* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/AbstractJdbc1Connection.java,v 1.6 2002/09/01 23:56:13 davec Exp $
17
17
* This class defines methods of the jdbc1 specification. This class is
18
18
* extended by org.postgresql.jdbc2.AbstractJdbc2Connection which adds the jdbc2
19
19
* methods. The real Connection class (for jdbc1) is org.postgresql.jdbc1.Jdbc1Connection
@@ -776,7 +776,10 @@ public void close() throws SQLException
776
776
}
777
777
catch (IOException e )
778
778
{}
779
- pg_stream = null ;
779
+ finally
780
+ {
781
+ pg_stream = null ;
782
+ }
780
783
}
781
784
}
782
785
You can’t perform that action at this time.
0 commit comments