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 2008/12/12 15:41:54 UTC

svn commit: r726020 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java

Author: aadamchik
Date: Fri Dec 12 06:41:54 2008
New Revision: 726020

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

Modified:
    cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java

Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java?rev=726020&r1=726019&r2=726020&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/map/ObjEntity.java Fri Dec 12 06:41:54 2008
@@ -615,7 +615,7 @@
      * the table described by this DbEntity. Note that since PK is very often not an
      * object property, the returned collection may contain "synthetic" ObjAttributes that
      * are created on the fly and are not a part of ObjEntity and will not be a part of
-     * entity.getAttributes(). Real meaningful PK attributes
+     * entity.getAttributes().
      * 
      * @since 3.0
      */