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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Nov 8 22:26:15 EST 2006


  User: sbryzak2
  Date: 06/11/08 22:26:15

  Modified:    src/main/org/jboss/seam/interceptors 
                        SecurityInterceptor.java
  Log:
  refactored
  
  Revision  Changes    Path
  1.11      +1 -1      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- SecurityInterceptor.java	8 Nov 2006 23:28:38 -0000	1.10
  +++ SecurityInterceptor.java	9 Nov 2006 03:26:15 -0000	1.11
  @@ -6,7 +6,7 @@
   import org.apache.commons.logging.LogFactory;
   import org.jboss.seam.annotations.AroundInvoke;
   import org.jboss.seam.annotations.Interceptor;
  -import org.jboss.seam.annotations.Permission;
  +import org.jboss.seam.annotations.security.Permission;
   import org.jboss.seam.annotations.security.Secure;
   import org.jboss.seam.core.FacesMessages;
   import org.jboss.seam.intercept.InvocationContext;
  
  
  



More information about the jboss-cvs-commits mailing list