Actually there is another one in the latest head revs of 1.5.x: [javadoc] C:\Projects\Pivot\svn\branches\1.5.x\web-server\src\org\apache\pivot\web \server\QueryServlet.java:236: warning - Tag @link: can't find validate(Path) in org.apache.pivot.web.server.QueryServlet
Roger Whitcomb | Architect, Engineering | [email protected] | Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 | USA +1 650-587-5596 | fax: +1 650-587-5550 -----Original Message----- From: Roger L. Whitcomb [mailto:[email protected]] Sent: Monday, September 20, 2010 9:25 AM To: [email protected] Subject: Small bug in 1.5.x in Javadoc 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.
