Commit 71cb287f authored by agaikwad's avatar agaikwad

bug fix-remove import fin.*


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106548 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a555e828
......@@ -14,7 +14,6 @@ import ibase.webitm.ejb.ValidatorEJB;
import ibase.webitm.ejb.ITMDBAccessEJB;
import ibase.webitm.ejb.fin.FinCommon;
import ibase.webitm.utility.*;
import ibase.webitm.fin.*;
import javax.ejb.Stateless; // added for ejb3
@Stateless // added for ejb3
......
......@@ -28,7 +28,7 @@ public class RcpAdvTaxcalcPrc extends ProcessEJB implements RcpAdvTaxcalcPrcLoca
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
public String process() throws RemoteException,ITMException
{
return "";x
return "";
}
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException
......
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