Commit b3074f5b authored by prane's avatar prane

rs and pstmt reference commented to handle NPE

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191876 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fde60a9d
...@@ -952,10 +952,10 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi ...@@ -952,10 +952,10 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi
} }
System.out.println("Round ArrayList["+invAcctList+"]"); System.out.println("Round ArrayList["+invAcctList+"]");
pstmt2.close(); //pstmt2.close();
pstmt2=null; //pstmt2=null;
rs2.close(); //rs2.close();
rs2=null; //rs2=null;
retString = insertInvAcctList( invAcctList,conn ); retString = insertInvAcctList( invAcctList,conn );
......
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