You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/10/13 22:03:46 UTC

svn commit: r463808 - /incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java

Author: aadamchik
Date: Fri Oct 13 13:03:45 2006
New Revision: 463808

URL: http://svn.apache.org/viewvc?view=rev&rev=463808
Log:
javadocs typo

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java

Modified: incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java?view=diff&rev=463808&r1=463807&r2=463808
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/property/ClassDescriptorFactory.java Fri Oct 13 13:03:45 2006
@@ -28,7 +28,7 @@
 public interface ClassDescriptorFactory {
 
     /**
-     * Returns a ClassDescriptor instance for a given symbolic entity name. Retruns null
+     * Returns a ClassDescriptor instance for a given symbolic entity name. Returns null
      * if this factory doesn't support this type of entity.
      */
     ClassDescriptor getDescriptor(String entityName);