Commit a8b3e5eb authored by dpawar's avatar dpawar

remove unused code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94519 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ea1a0a4c
...@@ -228,8 +228,7 @@ public String process(Document dom, Document dom2, String windowName, String xtr ...@@ -228,8 +228,7 @@ public String process(Document dom, Document dom2, String windowName, String xtr
pstmt.close(); pstmt.close();
pstmt=null; pstmt=null;
System.out.println("Size of arrayList inv45dayList----->>["+inv45dayList.size()+"]"); System.out.println("Size of arrayList inv45dayList----->>["+inv45dayList.size()+"]");
inv45dayList.add("618ID00050");
inv45dayList.add("618ID00044");
if(inv45dayList.size() > 0){ if(inv45dayList.size() > 0){
System.out.println("Data found for process---------------"); System.out.println("Data found for process---------------");
/*podProcessInvIDList=getDoneInvoiceIdHDR( conn, inv45dayList); /*podProcessInvIDList=getDoneInvoiceIdHDR( conn, inv45dayList);
......
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