Commit 242e7943 authored by manohar's avatar manohar

java-doc comments added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102126 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 808e89f3
...@@ -14,6 +14,14 @@ import java.text.SimpleDateFormat; ...@@ -14,6 +14,14 @@ import java.text.SimpleDateFormat;
public class InvAllocTraceBean public class InvAllocTraceBean
{ {
FileWriter f = null; FileWriter f = null;
/**
* Allocates/deallocates stock
*
* @param invallocTraceMap HashMap with allocation details
* @param conn Database connection
* @return Error code if fails
* @exception ITMException
*/
public String updateInvallocTrace(HashMap invallocTraceMap, Connection conn) throws ITMException,Exception public String updateInvallocTrace(HashMap invallocTraceMap, Connection conn) throws ITMException,Exception
{ {
String fileDest = ""; String fileDest = "";
......
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