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

Gavin King gavin.king at jboss.com
Thu Jan 25 15:21:39 EST 2007


  User: gavin   
  Date: 07/01/25 15:21:39

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  fix
  
  Revision  Changes    Path
  1.17      +1 -3      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- Identity.java	25 Jan 2007 16:40:47 -0000	1.16
  +++ Identity.java	25 Jan 2007 20:21:39 -0000	1.17
  @@ -13,8 +13,6 @@
   import java.util.HashSet;
   import java.util.List;
   import java.util.Set;
  -import java.util.regex.Matcher;
  -import java.util.regex.Pattern;
   
   import javax.faces.context.FacesContext;
   import javax.security.auth.Subject;
  @@ -47,7 +45,7 @@
   
   @Name("org.jboss.seam.security.identity")
   @Scope(SESSION)
  - at Install(precedence = BUILT_IN)
  + at Install(precedence = BUILT_IN, classDependencies="org.drools.WorkingMemory")
   public class Identity implements Serializable
   {  
      private static final long serialVersionUID = 3751659008033189259L;
  
  
  



More information about the jboss-cvs-commits mailing list