Commit a430ddfd authored by smane's avatar smane

Update EJB File for QC Sampling Wizard(M14HFRA001)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96902 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 27de0dce
......@@ -317,11 +317,7 @@ public class QCSampleWizPos extends ValidatorEJB implements QCSampleWizPosLocal,
pstmt.close();
pstmt = null;
}
if(conn != null)
{
conn.close();
conn = null;
}
}
catch(Exception e)
{
......
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