Show protected methods in javadocs. We have a few {@link}s to protected
methods that were causing warnings. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67282865fa
commit
96b336fb95
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: build.xml,v 1.21 2002/03/15 17:28:41 morgand Exp $ -->
|
<!-- $Id: build.xml,v 1.22 2002/03/19 01:21:53 jefft Exp $ -->
|
||||||
<project name="commons-collections" default="test" basedir=".">
|
<project name="commons-collections" default="test" basedir=".">
|
||||||
|
|
||||||
<!-- patternset describing files to be copied from the doc directory -->
|
<!-- patternset describing files to be copied from the doc directory -->
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
windowtitle="${Name-Long}"
|
windowtitle="${Name-Long}"
|
||||||
doctitle="${Name-Long}"
|
doctitle="${Name-Long}"
|
||||||
bottom="<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated ${TODAY}</small>."
|
bottom="<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated ${TODAY}</small>."
|
||||||
public="true"
|
protected="true"
|
||||||
version="true"
|
version="true"
|
||||||
author="true"
|
author="true"
|
||||||
overview="${source.src.java}/org/apache/commons/collections/package.html"
|
overview="${source.src.java}/org/apache/commons/collections/package.html"
|
||||||
|
|
Loading…
Reference in New Issue