Issue Details (XML | Word | Printable)

Key: JS1-446
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Stijn de Witt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetspeed

[DOC] Spelling error in @deprecated tag in docs for JetspeedLink

Created: 09/Mar/04 09:25 PM   Updated: 02/Apr/04 06:44 PM
Return to search
Component/s: Documentation
Affects Version/s: 1.5-dev / CVS
Fix Version/s: 1.5

Time Tracking:
Not Specified

Environment:
Operating System: All
Platform: All

Bugzilla Id: 27538


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.