Bugs-1874419 ] JDBC Statement not close in a finally block

.. left out something when comparing to Teo's.
This commit is contained in:
Redhuan D. Oon 2008-02-01 10:44:22 +00:00
parent 4f3b666ef4
commit 5d2f5de9c2
1 changed files with 0 additions and 3 deletions

View File

@ -106,9 +106,6 @@ public class AArchive implements ActionListener
else else
documentCount += rs.getInt(2); documentCount += rs.getInt(2);
} }
rs.close ();
pstmt.close ();
pstmt = null;
} }
catch (Exception e) catch (Exception e)
{ {