You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2006/02/16 03:42:46 UTC

svn commit: r378144 - /db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java

Author: clr
Date: Wed Feb 15 18:42:44 2006
New Revision: 378144

URL: http://svn.apache.org/viewcvs?rev=378144&view=rev
Log:
JDO-307 update javadoc for FetchPlan.getGroups

Modified:
    db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java

Modified: db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java
URL: http://svn.apache.org/viewcvs/db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java?rev=378144&r1=378143&r2=378144&view=diff
==============================================================================
--- db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java (original)
+++ db/jdo/trunk/api20/src/java/javax/jdo/FetchPlan.java Wed Feb 15 18:42:44 2006
@@ -106,9 +106,10 @@
     FetchPlan clearGroups();
 
     /** 
-     * Return the names of all active fetch groups.
-     * @return the names of active fetch groups
-     * @return the FetchPlan
+     * Return an immutable collection containing the names 
+     * of all active fetch groups.
+     * @return an immutable collection containing the names 
+     * of all active fetch groups
      * @since 2.0
      */
     Collection getGroups();