Commit 9e445d00 authored by cshah's avatar cshah

SY01SUN033-remove result setis null for update query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91389 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 99858781
......@@ -135,8 +135,7 @@ public class RcptBackFlushPos extends ValidatorEJB implements RcptBackFlushPosL
pstmt.setDouble(1,qtyDoc);
pstmt.setString(2,tranId);
int upd = pstmt.executeUpdate();
rs.close();
rs = null;
pstmt.close();
pstmt = 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