I believe this particular issue has already been resolved for 1.5.2, but I
wasn't aware of the other one. It's fixed now - thanks.
On Sep 20, 2010, at 12:25 PM, Roger L. Whitcomb wrote:
> Hi,
>
> I was generating Javadoc in the 1.5.x branch and I
> noticed this warning:
>
> [javadoc] Building tree for all the packages and classes...
>
> [javadoc]
> C:\Projects\Pivot\svn\branches\1.5.x\wtk\src\org\apache\pivot\wtk\conten
> t\TreeBranch.java:116: warning - @param argument
>
> "expandedIconURL" is not a parameter name.
>
>
>
> Here is the patch to fix this:
>
> Index: wtk/src/org/apache/pivot/wtk/content/TreeBranch.java
>
> ===================================================================
>
> --- wtk/src/org/apache/pivot/wtk/content/TreeBranch.java (revision
> 997887)
>
> +++ wtk/src/org/apache/pivot/wtk/content/TreeBranch.java (working
> copy)
>
> @@ -108,7 +108,7 @@
>
> * application context's {...@linkplain
> ApplicationContext#getResourceCache()
>
> * resource cache} if one does not already exist.
>
> *
>
> - * @param expandedIconURL
>
> + * @param expandedIconName
>
> * The resource name of the expanded icon to set.
>
> *
>
> * @see #setExpandedIcon(URL)
>
>
>
>
>
>
>
> Roger Whitcomb
>
> Architect, Engineering
>
> Ingres Corporation
>
> [email protected] <mailto:[email protected]>
>
>
>
> PHONE +1 650.587.5596
>
> FAX +1 650.587.5550
>
>
>
> www.ingres.com <http://www.ingres.com/>
>
>
>
> This transmission is confidential and intended solely for the use of the
> recipient named above. It may contain confidential, proprietary, or
> legally privileged information. If you are not the intended recipient,
> you are hereby notified that any unauthorized review, use, disclosure or
> distribution is strictly prohibited. If you have received this
> transmission in error, please contact the sender by reply e-mail and
> delete the original transmission and all copies from your system.
>
>
>