Commit ed083a3a authored by sshinde's avatar sshinde

remove unsued imports


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93624 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 74600fdf
......@@ -21,7 +21,6 @@ import ibase.webitm.utility.TransIDGenerator;
import ibase.webitm.ejb.ITMDBAccessEJB;
import ibase.webitm.ejb.dis.*;
import java.io.*;
import java.rmi.RemoteException;
import java.sql.*;
import java.util.*;
......@@ -33,7 +32,6 @@ import javax.ejb.Stateless;
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import org.apache.axis.encoding.XMLType;
import org.hibernate.loader.custom.Return;
//import org.drools.runtime.pipeline.SmooksTransformerProvider;
import org.w3c.dom.*;
......@@ -5363,6 +5361,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmt2 = null;
rs2.close();
rs2 = null;
if ( qtyChk > 0 )
{
status = "P";
......@@ -5377,6 +5376,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmtUpd.setTimestamp(2, this.getCurrtDate());
pstmtUpd.setString(3, saleOrder);
updCnt = pstmtUpd.executeUpdate();
pstmtUpd.close();
pstmtUpd = 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