craigmcc 01/01/27 21:28:57 Modified: src/share/org/apache/struts/util package.html Log: Oops ... forgot the entry in the introduction. Revision Changes Path 1.4 +3 -0 jakarta-struts/src/share/org/apache/struts/util/package.html Index: package.html =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/util/package.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- package.html 2001/01/28 05:27:21 1.3 +++ package.html 2001/01/28 05:28:57 1.4 @@ -31,6 +31,9 @@ classes for manipulating JavaBeans, as well as getting and setting properties, without hard coding the names or data types of the property getter and setter methods.</li> +<li><a href="#doc.Collections">Collection Classes</a> - A family of specialized + classes supporting the Collections API, designed for use in multithread + environments where the vast majority of accesses are read only.</li> <li><a href="#doc.JDBC">JDBC Connection Pool</a> - A very simple connection pool that can be utilized in web applications or other environments that need to share a limited number of JDBC Connections across a much larger