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

Gavin King gavin.king at jboss.com
Mon Jun 25 21:13:28 EDT 2007


  User: gavin   
  Date: 07/06/25 21:13:28

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  minor
  
  Revision  Changes    Path
  1.95      +1 -1      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.94
  retrieving revision 1.95
  diff -u -b -r1.94 -r1.95
  --- Identity.java	25 Jun 2007 23:59:31 -0000	1.94
  +++ Identity.java	26 Jun 2007 01:13:28 -0000	1.95
  @@ -663,7 +663,7 @@
         if (e != null)
         {
            String name = Seam.getComponentName(entity.getClass());
  -         if (name == null) name = entity.getClass().getName();  
  +         if (name == null) name = e.getBeanClass().getName();  
            
            Method m = null;
            switch (action)
  
  
  



More information about the jboss-cvs-commits mailing list