Commit 8454eeca authored by cpatil's avatar cpatil

make public


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94155 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 203089f1
...@@ -2083,7 +2083,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc ...@@ -2083,7 +2083,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
} }
// updateInvallocTrace // updateInvallocTrace
private String updateInvallocTrace(InvAllocTrace invallocTrace, Connection conn) throws ITMException public String updateInvallocTrace(InvAllocTrace invallocTrace, Connection conn) throws ITMException
{ {
String errString = ""; String errString = "";
String errCode = "" ; String errCode = "" ;
...@@ -2539,4 +2539,4 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc ...@@ -2539,4 +2539,4 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
return dataVolumeMap; return dataVolumeMap;
} }
} }
\ No newline at end of file
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