Commit cf513cae authored by Omkar Ingale's avatar Omkar Ingale

Updated connection not set as null after closing in mailingListIC.java

parent 39a72583
...@@ -366,6 +366,7 @@ public class MailingListIC extends ValidatorEJB { ...@@ -366,6 +366,7 @@ public class MailingListIC extends ValidatorEJB {
if (conn != null) { if (conn != null) {
try { try {
conn.close(); conn.close();
conn =null;
} catch (SQLException e) { } catch (SQLException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment