Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-446

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.5-dev / CVS
    • 1.5
    • Documentation
    • None
    • Operating System: All
      Platform: All
    • 27538

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            stijn.dewitt@bergland-it.nl Stijn de Witt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: