Commit f549bd0a authored by msalla's avatar msalla

statement closed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200773 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06fe099c
......@@ -184,18 +184,7 @@ public class POrderAmdPostSave extends ValidatorEJB implements
e1.printStackTrace();
}
}
finally {
try
{
//added- connection close-Monika-10-05-2019
conn.close();
conn = null;
}
catch (Exception e){}
}
return errorString;
}
......
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