Author: arminw
Date: Thu Aug  2 08:34:39 2007
New Revision: 562138

URL: http://svn.apache.org/viewvc?view=rev&rev=562138
Log:
change access specifier of a field, add comment

Modified:
    
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/AbstractIndirectionHandler.java
    
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/IndirectionHandlerCGLIBImpl.java

Modified: 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/AbstractIndirectionHandler.java
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/AbstractIndirectionHandler.java?view=diff&rev=562138&r1=562137&r2=562138
==============================================================================
--- 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/AbstractIndirectionHandler.java
 (original)
+++ 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/AbstractIndirectionHandler.java
 Thu Aug  2 08:34:39 2007
@@ -48,7 +48,7 @@
     /** Profile key used when lazy-loading with per-thread metadata profiles. 
*/
     private Object _profileKey;
     /** The real subject which this is hidden by the proxy */
-    private Object _realSubject = null;
+    Object _realSubject = null;
     /** Represents the identity of the real subject. When the real subject is 
not
      *  yet materialized, it can be loaded from the underlying db by this 
identity object */
     private Identity _id = null;

Modified: 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/IndirectionHandlerCGLIBImpl.java
URL: 
http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/IndirectionHandlerCGLIBImpl.java?view=diff&rev=562138&r1=562137&r2=562138
==============================================================================
--- 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/IndirectionHandlerCGLIBImpl.java
 (original)
+++ 
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/core/proxy/IndirectionHandlerCGLIBImpl.java
 Thu Aug  2 08:34:39 2007
@@ -18,13 +18,15 @@
 import org.apache.ojb.broker.Identity;
 import org.apache.ojb.broker.PBKey;
 
-
+/**
+ * CGLib based indirection handler implementation.
+ */
 public class IndirectionHandlerCGLIBImpl extends AbstractIndirectionHandler 
implements IndirectionHandlerCGLIB
 {
     /**
      * Creates a new indirection handler for the indicated object.
      * 
-     * @param persistenceConf The persistence configuration
+     * @param brokerKey The associated [EMAIL PROTECTED] 
org.apache.ojb.broker.PBKey}.
      * @param id              The identity of the subject
      */
     public IndirectionHandlerCGLIBImpl(PBKey brokerKey, Identity id)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to