Commit 8801a1c2 authored by sghate's avatar sghate

Updated component StatusChangeConfirm.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217209 ce508802-f39f-4f6c-b175-0d175dae99d5
parent df1930a4
......@@ -722,7 +722,7 @@ public class StatusChangeConfirm extends ActionHandlerEJB implements StatusChang
if(rs != null)
{
rs.close();
rs.next();
rs = null;
}
if(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