[ http://issues.apache.org/jira/browse/JDO-307?page=all ]
Craig Russell resolved JDO-307:
-------------------------------
Resolution: Fixed
svn commit -m "JDO-307 update javadoc for FetchPlan.getGroups"
src/java/javax/jdo/FetchPlan.java
Sending src/java/javax/jdo/FetchPlan.java
Transmitting file data .
Committed revision 378144.
> Update FetchPlan.getGroups javadoc to reflect the spec
> ------------------------------------------------------
>
> Key: JDO-307
> URL: http://issues.apache.org/jira/browse/JDO-307
> Project: JDO
> Type: Task
> Components: api20
> Versions: JDO 2 beta
> Reporter: Erik Bengtson
> Priority: Trivial
> Fix For: JDO 2 rc1
>
> /** Return an immutable Set of the names of all active fetch groups. */
> Set getGroups();
> It's immutable.
> Maybe the javadoc needs improvement.
> /**
> * Return the names of all active fetch groups.
> * @return the names of active fetch groups
> * @return the FetchPlan
> * @since 2.0
> */
> Collection getGroups();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira