Commit a66232b6 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 06/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214591 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5fd75094
...@@ -64,8 +64,8 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa ...@@ -64,8 +64,8 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa
System.out.println("Commiting Changes......11"); System.out.println("Commiting Changes......11");
} }
// Modified by Sana S on 27/08/2019 // Modified by Sana S on 27/08/2019
//conn.close(); conn.close();
//conn = null; conn = null;
} }
//} //}
catch(Exception e) catch(Exception e)
...@@ -179,12 +179,15 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa ...@@ -179,12 +179,15 @@ public class EmpLvePrkBalTrfCanc extends ActionHandlerEJB implements EmpLvePrkBa
{ {
try try
{ {
if(conn!=null) if(conn!=null)
{ {
close( pstmt, rs ); close( pstmt, rs );
conn.close(); /*conn.close();//Commented by Sana S on 06/01/2020
conn=null; conn=null;*/
} }
} }
catch (Exception e) catch (Exception e)
{ {
......
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