Commit c30ee201 authored by manohar's avatar manohar

@Stateless commented as it was not an ejb


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93827 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 83fc0c88
...@@ -38,11 +38,11 @@ import javax.ejb.*; ...@@ -38,11 +38,11 @@ import javax.ejb.*;
import ibase.system.config.*; import ibase.system.config.*;
import javax.ejb.Stateless; //import javax.ejb.Stateless;
import javax.naming.InitialContext; import javax.naming.InitialContext;
import org.apache.poi.hssf.record.formula.functions.Today; import org.apache.poi.hssf.record.formula.functions.Today;
@Stateless //@Stateless
public class CalculateCommission public class CalculateCommission
{ {
......
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