Commit b60b2cc1 authored by dpawar's avatar dpawar

comment sourcre for commit in finally


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99269 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 12068beb
......@@ -924,12 +924,15 @@ public class DockTranConf extends ValidatorEJB implements DockTranConfLocal,Dock
{
try
{
if( !isError )
//Changed by Dadaso as per pragyan 27/11/15 [Start] will test on TARO CASE
/*if( !isError )
{
System.out.println("commmit");
conn.commit();
}
else if ( isError )
}*/
//Changed by Dadaso as per pragyan 27/11/15 [END]
if ( isError )
{
System.out.println("rollback");
conn.rollback();
......
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