[jboss-cvs] jboss-seam/src/main/org/jboss/seam/ejb ...

Gavin King gavin.king at jboss.com
Tue Oct 3 13:16:45 EDT 2006


  User: gavin   
  Date: 06/10/03 13:16:45

  Modified:    src/main/org/jboss/seam/ejb  SeamInterceptor.java
  Log:
  abstract JSF valuebindings / expressionbindings
  
  Revision  Changes    Path
  1.46      +1 -2      jboss-seam/src/main/org/jboss/seam/ejb/SeamInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/ejb/SeamInterceptor.java,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- SeamInterceptor.java	27 Sep 2006 03:53:49 -0000	1.45
  +++ SeamInterceptor.java	3 Oct 2006 17:16:45 -0000	1.46
  @@ -25,7 +25,6 @@
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.Lifecycle;
   import org.jboss.seam.interceptors.EventType;
  -import org.jboss.seam.interceptors.Interceptor;
   import org.jboss.seam.interceptors.SeamInvocationContext;
   
   /**
  @@ -33,7 +32,7 @@
    * for a session bean component
    * 
    * @author Gavin King
  - * @version $Revision: 1.45 $
  + * @version $Revision: 1.46 $
    */
   public class SeamInterceptor implements Serializable
   {
  
  
  



More information about the jboss-cvs-commits mailing list