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

Gavin King gavin.king at jboss.com
Thu Jan 25 15:29:35 EST 2007


  User: gavin   
  Date: 07/01/25 15:29:35

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  unused
  
  Revision  Changes    Path
  1.18      +0 -4      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- Identity.java	25 Jan 2007 20:21:39 -0000	1.17
  +++ Identity.java	25 Jan 2007 20:29:35 -0000	1.18
  @@ -36,8 +36,6 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.contexts.Contexts;
  -import org.jboss.seam.log.LogProvider;
  -import org.jboss.seam.log.Logging;
   import org.jboss.seam.security.config.SecurityConfiguration;
   import org.jboss.seam.security.config.SecurityConfiguration.Role;
   import org.jboss.seam.security.rules.PermissionCheck;
  @@ -61,8 +59,6 @@
      
      private WorkingMemory securityContext;
      
  -   private static final LogProvider log = Logging.getLogProvider(Identity.class);   
  -   
      @Create
      public void create()
      {
  
  
  



More information about the jboss-cvs-commits mailing list