Skip to content

Commit 50e67bf

Browse files
committed
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 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@612714 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2e6ebfd commit 50e67bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,10 @@
318318
doctitle="<h1>${component.title} ${component.version}</h1>"
319319
windowtitle="${component.title} ${component.version}"
320320
bottom="Copyright (c) 2002-${current.year} Apache Software Foundation"
321-
classpathref="compile.classpath" />
321+
classpathref="compile.classpath">
322+
<link href="http://java.sun.com/javaee/5/docs/api/"/>
323+
<link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
324+
</javadoc>
322325
</target>
323326

324327

0 commit comments

Comments
 (0)