import org.jboss.annotation.ejb.LocalBinding;
  | import javax.ejb.*;
  | 
  | @Stateless
  | public class StatelessTekst1 implements tekst1
  | {
  |         public String podajTekst(int numer)
  |         {
  |                 if(numer==1)
  |                         return "Hej, udalo sie!";
  |         }
  | }    

On second thoughts, i dont see the need of the following import statement in 
your code:

import org.jboss.annotation.ejb.LocalBinding;

Remove this import statement and your code should compile fine.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981522#3981522

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981522
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to