Commit 0a34daab authored by smanohar's avatar smanohar

javadoc comments updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213003 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d06f1e23
...@@ -11,6 +11,10 @@ import java.util.HashMap; ...@@ -11,6 +11,10 @@ import java.util.HashMap;
import java.io.*; import java.io.*;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
/**
* @author base
*
*/
public class InvAllocTraceBean public class InvAllocTraceBean
{ {
//FileWriter f = null;// commented all log writing by nandkumar gadkari on 19/04/19 //FileWriter f = null;// commented all log writing by nandkumar gadkari on 19/04/19
...@@ -343,6 +347,11 @@ public class InvAllocTraceBean ...@@ -343,6 +347,11 @@ public class InvAllocTraceBean
} }
return errString; return errString;
} }
/**
* @param e
* @param fileDest
* @throws Exception
*/
private void writeException(Exception e, String fileDest) throws Exception private void writeException(Exception e, String fileDest) throws Exception
{ {
try try
...@@ -354,6 +363,9 @@ public class InvAllocTraceBean ...@@ -354,6 +363,9 @@ public class InvAllocTraceBean
} }
catch(Exception t){throw t;} catch(Exception t){throw t;}
} }
/**
* @return
*/
private String getCurrdateAppFormat() private String getCurrdateAppFormat()
{ {
String s = ""; String s = "";
......
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