Commit 1fd8a05d authored by prane's avatar prane

genericUtility=null is commented

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193384 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f444a7a0
......@@ -8645,7 +8645,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
pstmt = null;
}
genericUtility=null;
//genericUtility=null; //Pavan 26nov2018
// return errString;
}
return errString;// Moved here as Finally block does not complete
......@@ -15054,7 +15054,7 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
{
try
{
genericUtility=null;
//genericUtility=null; //Pavan Rane
System.out.println("@V@ isError in finally :- ["+isError+"]");
if(!isError)
{
......
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