You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/04/29 13:52:57 UTC

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/persistence/impl PersistentProxy.java

baliuka     02/04/29 04:52:57

  Modified:    simplestore/src/java/org/apache/commons/simplestore/persistence/impl
                        PersistentProxy.java
  Log:
  
  
  Revision  Changes    Path
  1.28      +2 -2      jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/persistence/impl/PersistentProxy.java
  
  Index: PersistentProxy.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/persistence/impl/PersistentProxy.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- PersistentProxy.java	20 Apr 2002 10:30:18 -0000	1.27
  +++ PersistentProxy.java	29 Apr 2002 11:52:57 -0000	1.28
  @@ -77,7 +77,7 @@
    *      baliuka@mwm.lt</a>
    *@author     Gerhard Froehlich <a href="mailto:g-froehlich@gmx.de">
    *      g-froehlich@gmx.de</a>
  - *@version    $Id: PersistentProxy.java,v 1.27 2002/04/20 10:30:18 baliuka Exp $
  + *@version    $Id: PersistentProxy.java,v 1.28 2002/04/29 11:52:57 baliuka Exp $
    */
   public class PersistentProxy
   implements MetaObject,  org.apache.commons.simplestore.tools.Constants ,
  @@ -139,7 +139,7 @@
              interfaces = new Class[]{ Persistent.class} ;
           }
           Persistent p = (Persistent)
  -        Enhancer.enhance( persistent,null,interfaces,handler,loader);
  +        Enhancer.enhance( persistent,interfaces,handler,loader);
           
           handler.m_object = p;
           if ( newCreated ) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>