Author: ggregory
Date: Wed Jan 16 21:26:10 2008
New Revision: 612714
URL: http://svn.apache.org/viewvc?rev=612714&view=rev
Log:
Fix the following Javadoc warnings:
[javadoc]
C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaner.java:40:
warning - Tag @link: reference not found:
javax.servlet.ServletContextListener#contextDestroyed
[javadoc]
C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaner.java:139:
warning - Tag @link: reference not found:
javax.servlet.ServletContextListener#contextDestroyed
[javadoc]
C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaningTracker.java:43:
warning - Tag @link: reference not found:
javax.servlet.ServletContextListener#contextDestroyed
[javadoc]
C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\FileCleaningTracker.java:173:
warning - Tag @link: reference not found:
javax.servlet.ServletContextListener#contextDestroyed
[javadoc]
C:\cvs-store\apache.org\commons\io\trunk\src\java\org\apache\commons\io\filefilter\package.html:
warning - Tag @link: reference not found: java.awt.FileDialog
Modified:
commons/proper/io/trunk/build.xml
Modified: commons/proper/io/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/build.xml?rev=612714&r1=612713&r2=612714&view=diff
==============================================================================
--- commons/proper/io/trunk/build.xml (original)
+++ commons/proper/io/trunk/build.xml Wed Jan 16 21:26:10 2008
@@ -318,7 +318,10 @@
doctitle="<h1>${component.title}
${component.version}</h1>"
windowtitle="${component.title} ${component.version}"
bottom="Copyright (c) 2002-${current.year} Apache Software
Foundation"
- classpathref="compile.classpath" />
+ classpathref="compile.classpath">
+ <link href="http://java.sun.com/javaee/5/docs/api/"/>
+ <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
+ </javadoc>
</target>