[jboss-cvs] jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting ...

Shane Bryzak Shane_Bryzak at symantec.com
Sun Aug 6 09:59:20 EDT 2006


  User: sbryzak2
  Date: 06/08/06 09:59:20

  Modified:    examples/remoting/helloworld/src/org/jboss/seam/example/remoting 
                        HelloAction.java
  Log:
  Cleaned up remoting documentation and examples
  
  Revision  Changes    Path
  1.5       +0 -3      jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloAction.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HelloAction.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/src/org/jboss/seam/example/remoting/HelloAction.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- HelloAction.java	15 May 2006 19:07:44 -0000	1.4
  +++ HelloAction.java	6 Aug 2006 13:59:20 -0000	1.5
  @@ -1,14 +1,11 @@
   package org.jboss.seam.example.remoting;
   
   import javax.ejb.Stateless;
  -import javax.interceptor.Interceptors;
   
   import org.jboss.seam.annotations.Name;
  -import org.jboss.seam.ejb.SeamInterceptor;
   
   @Stateless
   @Name("helloAction")
  - at Interceptors(SeamInterceptor.class)
   public class HelloAction implements HelloLocal {
     public String sayHello(String name) {
       return "Hello, " + name;
  
  
  



More information about the jboss-cvs-commits mailing list