Commit 3e0692fb authored by mnair's avatar mnair

Changes done in StockTransferAct to fix error

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182669 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0ee0d98d
...@@ -241,7 +241,7 @@ public class StockTransferAct extends ActionHandlerEJB implements ...@@ -241,7 +241,7 @@ public class StockTransferAct extends ActionHandlerEJB implements
pstmt1 = null; pstmt1 = null;
} // end of outer while loop } // end of outer while loop
System.out.println("The size of ArrayList :" + lineNo.size()); //System.out.println("The size of ArrayList :" + lineNo.size());
rs.close(); rs.close();
rs = null; rs = null;
......
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