svn commit: r589572 - /db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html
[email protected] Mon, 29 Oct 2007 10:16:07 -0000
| Newsgroups | gmane.comp.jakarta.ojb.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: arminw
Date: Mon Oct 29 03:16:06 2007
New Revision: 589572
URL: http://svn.apache.org/viewvc?rev=589572&view=rev
Log:
update comment
Modified:
db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html
Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html?rev=589572&r1=589571&r2=589572&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/broker/util/collections/package.html Mon Oct 29 03:16:06 2007
@@ -1,30 +1,15 @@
<html>
<head>
-<title>broker collections package</title>
+<title>collections package</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
-<body bgcolor="#FFFFFF">
-This package contains utility classes that implement the ManageableCollection
-interface.
+<body>
+<p>
+This package contains utility classes that implement the <code>ManageableCollection</code>
+interface.
Implementing this interface allows to use these classes as collection
attributes in persistent classes.
-<P>
-The class <code>ManageableVector</code> extends <code>Vector</code>
-and implements <code>ManageableCollections</code>.
-<P>
-The class <code>ManageableArrayList</code> extends <code>ArrayList</code>
-and implements <code>ManageableCollections</code>.
-<P>
-The class <code>ManageableHashSet</code> extends <code>HashSet</code>
-and implements <code>ManageableCollections</code>.
-<P>
-
-Patterns applied:
-Adapter, Callback interface ("don't call us, we call you")
-
-<P>
-Todo:
-Provide more such implementations.
+</p>
</body>
</html>