Author: aadamchik
Date: Fri Jul 14 09:45:16 2006
New Revision: 421943

URL: http://svn.apache.org/viewvc?rev=421943&view=rev
Log:
CAY-598

Modified:
    
incubator/cayenne/main/branches/PROTO-3.0/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/map/EntityDescriptor.java

Modified: 
incubator/cayenne/main/branches/PROTO-3.0/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/map/EntityDescriptor.java
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/map/EntityDescriptor.java?rev=421943&r1=421942&r2=421943&view=diff
==============================================================================
--- 
incubator/cayenne/main/branches/PROTO-3.0/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/map/EntityDescriptor.java
 (original)
+++ 
incubator/cayenne/main/branches/PROTO-3.0/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/map/EntityDescriptor.java
 Fri Jul 14 09:45:16 2006
@@ -288,10 +288,12 @@
         }
     }
 
-    /*
-     * Creates an accessor for the property.
+    /**
+     * Creates an accessor for the property. By default uses uses
+     * [EMAIL PROTECTED] DataObjectAccessor} for DataObjects and [EMAIL 
PROTECTED] FieldAccessor} for all other
+     * classes.
      */
-    PropertyAccessor makeAccessor(String propertyName, Class propertyType)
+    protected PropertyAccessor makeAccessor(String propertyName, Class 
propertyType)
             throws PropertyAccessException {
 
         if (dataObject) {


Reply via email to