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

Gavin King gavin.king at jboss.com
Sat Feb 17 12:28:37 EST 2007


  User: gavin   
  Date: 07/02/17 12:28:37

  Modified:    examples/spring/src/org/jboss/seam/example/spring 
                        StringStore.java
  Log:
  fix compile error
  
  Revision  Changes    Path
  1.3       +0 -4      jboss-seam/examples/spring/src/org/jboss/seam/example/spring/StringStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StringStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/src/org/jboss/seam/example/spring/StringStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- StringStore.java	16 Feb 2007 22:43:24 -0000	1.2
  +++ StringStore.java	17 Feb 2007 17:28:37 -0000	1.3
  @@ -4,18 +4,14 @@
   import java.util.ArrayList;
   import java.util.List;
   
  -import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.In;
  -import org.jboss.seam.annotations.Name;
  -import org.jboss.seam.annotations.Scope;
   import org.springframework.beans.factory.BeanNameAware;
   
   /**
    * @author youngm
    */
  - at TestAnnotation
   public class StringStore 
       implements BeanNameAware, 
                  Serializable 
  
  
  



More information about the jboss-cvs-commits mailing list