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

Shane Bryzak sbryzak at redhat.com
Mon Feb 19 03:39:53 EST 2007


  User: sbryzak2
  Date: 07/02/19 03:39:53

  Modified:    examples/hibernate/src/org/jboss/seam/example/hibernate 
                        Authenticator.java
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +0 -6      jboss-seam/examples/hibernate/src/org/jboss/seam/example/hibernate/Authenticator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Authenticator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/src/org/jboss/seam/example/hibernate/Authenticator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Authenticator.java	15 Feb 2007 08:40:29 -0000	1.1
  +++ Authenticator.java	19 Feb 2007 08:39:53 -0000	1.2
  @@ -5,10 +5,7 @@
   
   import java.util.List;
   
  -import javax.ejb.Remove;
  -
   import org.hibernate.Session;
  -import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.In;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Out;
  @@ -44,7 +41,4 @@
            return true;
         }
      }
  -   
  -   @Remove @Destroy
  -   public void destroy() {}
   }
  
  
  



More information about the jboss-cvs-commits mailing list