You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2003/09/24 20:03:05 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess AnonymousPersistentFieldForInheritance.java

brj         2003/09/24 11:03:05

  Modified:    src/java/org/apache/ojb/broker/metadata/fieldaccess
                        AnonymousPersistentFieldForInheritance.java
  Log:
  always copy to related object
  
  Revision  Changes    Path
  1.6       +3 -5      db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/AnonymousPersistentFieldForInheritance.java
  
  Index: AnonymousPersistentFieldForInheritance.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/metadata/fieldaccess/AnonymousPersistentFieldForInheritance.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AnonymousPersistentFieldForInheritance.java	17 Aug 2003 09:09:08 -0000	1.5
  +++ AnonymousPersistentFieldForInheritance.java	24 Sep 2003 18:03:05 -0000	1.6
  @@ -120,10 +120,8 @@
               }
               fkCache.put(obj, value);
           }
  -        else
  -        {
  -            copyObjectToObject(obj, value);
  -        }
  +
  +        copyObjectToObject(obj, value);
           return value;
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org