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

Gavin King gavin.king at jboss.com
Thu May 17 17:44:09 EDT 2007


  User: gavin   
  Date: 07/05/17 17:44:09

  Modified:    src/main/org/jboss/seam  Entity.java
  Log:
  JBSEAM-1325
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/src/main/org/jboss/seam/Entity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Entity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Entity.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Entity.java	8 May 2007 01:50:41 -0000	1.5
  +++ Entity.java	17 May 2007 21:44:09 -0000	1.6
  @@ -147,7 +147,7 @@
         if ( model==null || !(model instanceof Entity) )
         {
            Entity entity = new Entity(clazz);
  -         Contexts.getApplicationContext().set(name, model);
  +         Contexts.getApplicationContext().set(name, entity);
            return entity;
         }
         else
  
  
  



More information about the jboss-cvs-commits mailing list