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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Jan 24 19:11:47 EST 2007


  User: sbryzak2
  Date: 07/01/24 19:11:47

  Modified:    src/main/org/jboss/seam/interceptors 
                        SecurityInterceptor.java
  Log:
  optimized imports
  
  Revision  Changes    Path
  1.24      +0 -3      jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/SecurityInterceptor.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- SecurityInterceptor.java	23 Jan 2007 14:50:11 -0000	1.23
  +++ SecurityInterceptor.java	25 Jan 2007 00:11:47 -0000	1.24
  @@ -7,10 +7,7 @@
   import org.jboss.seam.annotations.Interceptor;
   import org.jboss.seam.annotations.security.Restrict;
   import org.jboss.seam.intercept.InvocationContext;
  -import org.jboss.seam.security.AuthorizationException;
   import org.jboss.seam.security.Identity;
  -import org.jboss.seam.security.NotLoggedInException;
  -import org.jboss.seam.security.Security;
   
   /**
    * Provides authorization services for component invocations.
  
  
  



More information about the jboss-cvs-commits mailing list