Author: aadamchik
Date: Fri Oct 13 07:04:11 2006
New Revision: 463683

URL: http://svn.apache.org/viewvc?view=rev&rev=463683
Log:
fixed incorrect javadocs mentioning some intermediary 1.2 API that is no longer 
there.

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

Modified: 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/query/RelationshipQuery.java
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/query/RelationshipQuery.java?view=diff&rev=463683&r1=463682&r2=463683
==============================================================================
--- 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/query/RelationshipQuery.java
 (original)
+++ 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/query/RelationshipQuery.java
 Fri Oct 13 07:04:11 2006
@@ -31,10 +31,9 @@
 import org.apache.cayenne.property.ClassDescriptor;
 
 /**
- * A query that selects objects related to a given object. It is intended for 
fetching
- * objects related to a given object using a mapped relationship. Cayenne uses 
it for this
- * purpose internally. RelationshipQuery works with either an ObjectId or a 
GlobalID for a
- * root object.
+ * A query that selects objects related to a given object via a mapped 
relationship.
+ * RelationshipQuery is used by Cayenne internally to resolve relationships, 
and is rarely
+ * executed by the application directly, although this of course is possible 
too.
  * 
  * @since 1.2
  * @author Andrus Adamchik


Reply via email to