Bugs-1874419 ] JDBC Statement not close in a finally block
.. left out something when comparing to Teo's.
This commit is contained in:
parent
4f3b666ef4
commit
5d2f5de9c2
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue