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
...@@ -185,17 +185,6 @@ public class POrderAmdPostSave extends ValidatorEJB implements ...@@ -185,17 +185,6 @@ public class POrderAmdPostSave extends ValidatorEJB implements
} }
} }
finally {
try
{
//added- connection close-Monika-10-05-2019
conn.close();
conn = null;
}
catch (Exception e){}
}
return errorString; 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