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

Gavin King gavin.king at jboss.com
Wed Jul 26 19:19:56 EDT 2006


  User: gavin   
  Date: 06/07/26 19:19:56

  Modified:    examples/booking/src/org/jboss/seam/example/booking 
                        LoggedInInterceptor.java
  Log:
  oops
  
  Revision  Changes    Path
  1.12      +1 -3      jboss-seam/examples/booking/src/org/jboss/seam/example/booking/LoggedInInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LoggedInInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/src/org/jboss/seam/example/booking/LoggedInInterceptor.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- LoggedInInterceptor.java	26 Jul 2006 23:12:55 -0000	1.11
  +++ LoggedInInterceptor.java	26 Jul 2006 23:19:55 -0000	1.12
  @@ -1,4 +1,4 @@
  -//$Id: LoggedInInterceptor.java,v 1.11 2006/07/26 23:12:55 gavin Exp $
  +//$Id: LoggedInInterceptor.java,v 1.12 2006/07/26 23:19:55 gavin Exp $
   package org.jboss.seam.example.booking;
   
   import java.lang.reflect.Method;
  @@ -7,9 +7,7 @@
   import javax.interceptor.InvocationContext;
   import javax.faces.event.PhaseId;
   
  -import org.jboss.seam.annotations.Around;
   import org.jboss.seam.annotations.Interceptor;
  -import org.jboss.seam.annotations.Within;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.Lifecycle;
   import org.jboss.seam.interceptors.BijectionInterceptor;
  
  
  



More information about the jboss-cvs-commits mailing list