Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 7706 invoked from network); 16 Feb 2006 02:44:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 02:44:28 -0000 Received: (qmail 77757 invoked by uid 500); 16 Feb 2006 02:44:28 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 77744 invoked by uid 99); 16 Feb 2006 02:44:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 18:44:25 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9B385E0 for ; Thu, 16 Feb 2006 03:44:04 +0100 (CET) Message-ID: <526770720.1140057844633.JavaMail.jira@ajax.apache.org> Date: Thu, 16 Feb 2006 03:44:04 +0100 (CET) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Resolved: (JDO-307) Update FetchPlan.getGroups javadoc to reflect the spec In-Reply-To: <1731356835.1140038469011.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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