Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 154 invoked from network); 2 Apr 2004 18:46:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 18:46:11 -0000 Received: (qmail 61302 invoked by uid 500); 2 Apr 2004 18:46:00 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 61287 invoked by uid 500); 2 Apr 2004 18:46:00 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 61270 invoked from network); 2 Apr 2004 18:46:00 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 2 Apr 2004 18:46:00 -0000 Received: (qmail 7908 invoked from network); 2 Apr 2004 18:46:44 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 2 Apr 2004 18:46:44 -0000 Message-ID: <1592272801.1080931604016.JavaMail.apache@nagoya> Date: Fri, 2 Apr 2004 10:46:44 -0800 (PST) From: jira@apache.org To: jetspeed-dev@jakarta.apache.org Subject: [jira] Updated: (JS1-446) [DOC] Spelling error in @deprecated tag in docs for JetspeedLink Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Mark Orciuch (mailto:morciuch@apache.org) Date: Fri, 2 Apr 2004 10:44 AM Changes: assignee changed from Jetspeed Developer Mailing List description changed from in class org.apache.jetspeed.util.template.JetspeedLink: ----- .... .... /** * Return a link that includes an action to a specific portlet, as defined * by an entry * * @param action Desired action * @param entry to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Entry entry); /** * Return a link that includes an action to a specific portlet, as defined * by a portlet * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlet portlet); /** * Return a link that includes an action to a specific portlet, as defined * by a portlets * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlets portlet); .... .... ----- The @deprecated tags are spelled incorrectly, so they don't get picked up by JavaDoc. to in class org.apache.jetspeed.util.template.JetspeedLink: ----- .... .... /** * Return a link that includes an action to a specific portlet, as defined * by an entry * * @param action Desired action * @param entry to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Entry entry); /** * Return a link that includes an action to a specific portlet, as defined * by a portlet * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlet portlet); /** * Return a link that includes an action to a specific portlet, as defined * by a portlets * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlets portlet); .... .... ----- The @deprecated tags are spelled incorrectly, so they don't get picked up by JavaDoc. environment changed from Operating System: All Platform: All to Operating System: All Platform: All priority changed to Trivial Fix Version changed to 1.5 --------------------------------------------------------------------- For a full history of the issue, see: http://issues.apache.org/jira/browse/JS1-446?page=history --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS1-446 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS1-446 Summary: [DOC] Spelling error in @deprecated tag in docs for JetspeedLink Type: Bug Status: Resolved Priority: Trivial Resolution: FIXED Project: Jetspeed Components: Documentation Fix Fors: 1.5 Versions: 1.5-dev / CVS Assignee: Reporter: Stijn de Witt Created: Tue, 9 Mar 2004 1:25 PM Updated: Fri, 2 Apr 2004 10:44 AM Environment: Operating System: All Platform: All Description: in class org.apache.jetspeed.util.template.JetspeedLink: ----- .... .... /** * Return a link that includes an action to a specific portlet, as defined * by an entry * * @param action Desired action * @param entry to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Entry entry); /** * Return a link that includes an action to a specific portlet, as defined * by a portlet * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlet portlet); /** * Return a link that includes an action to a specific portlet, as defined * by a portlets * * @param action Desired action * @param portlet to receive the action * @return DynamicURI that includes the desire action * * @depreceted use getAction() */ public DynamicURI setAction(String action, Portlets portlet); .... .... ----- The @deprecated tags are spelled incorrectly, so they don't get picked up by JavaDoc. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org