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

Gavin King gavin.king at jboss.com
Tue Dec 12 23:59:31 EST 2006


  User: gavin   
  Date: 06/12/12 23:59:31

  Modified:    src/main/org/jboss/seam/interceptors 
                        SecurityInterceptor.java
  Log:
  minor
  
  Revision  Changes    Path
  1.14      +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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- SecurityInterceptor.java	11 Dec 2006 00:56:30 -0000	1.13
  +++ SecurityInterceptor.java	13 Dec 2006 04:59:31 -0000	1.14
  @@ -2,8 +2,6 @@
   
   import java.lang.reflect.Method;
   
  -import org.apache.commons.logging.Log;
  -import org.apache.commons.logging.LogFactory;
   import org.jboss.seam.annotations.AroundInvoke;
   import org.jboss.seam.annotations.Interceptor;
   import org.jboss.seam.annotations.security.Restrict;
  @@ -21,7 +19,6 @@
                within = BijectionInterceptor.class)
   public class SecurityInterceptor extends AbstractInterceptor
   {
  -  private static final Log log = LogFactory.getLog(SecurityInterceptor.class);
   
     @AroundInvoke
     public Object checkSecurity(InvocationContext invocation)
  
  
  



More information about the jboss-cvs-commits mailing list