The following issue has been updated:
Updater: Mark Orciuch (mailto:[EMAIL PROTECTED])
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]