From 96b336fb95553ac01346bd9b00bb84bcbd8bf3b4 Mon Sep 17 00:00:00 2001 From: Jeff Turner Date: Tue, 19 Mar 2002 01:21:53 +0000 Subject: [PATCH] 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 --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index c145ff919..218fab667 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + @@ -154,7 +154,7 @@ windowtitle="${Name-Long}" doctitle="${Name-Long}" bottom="<small>Copyright &copy; 2001 Apache Software Foundation. Documenation generated ${TODAY}</small>." - public="true" + protected="true" version="true" author="true" overview="${source.src.java}/org/apache/commons/collections/package.html"