On Fri, 2003-06-20 at 11:16, Janek Bogucki wrote:
> There is nothing wrong with the [EMAIL PROTECTED] tag. Changing the constructor
> access modifier from protected to public allowed the [EMAIL PROTECTED] tag to
> work.
> 
> -Janek
> 
> 

This diff gets it working without having to modify DefaultMapBag.java.

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-commons/collections/build.xml,v
retrieving revision 1.38
diff -u -r1.38 build.xml
--- build.xml   13 Jan 2003 23:54:38 -0000      1.38
+++ build.xml   20 Jun 2003 10:38:46 -0000
@@ -180,7 +180,7 @@
                windowtitle="${Name-Long}"
                doctitle="${Name-Long}"
                bottom="<small>Copyright © 2001-${year} 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"

-Janek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to