scolebourne 2003/10/13 14:18:56
Modified: collections/src/java/org/apache/commons/collections/observed
ObservableSortedBag.java ObservableSortedSet.java
ObservableList.java ObservableBuffer.java
ObservableSet.java ObservableBag.java
Log:
Fix various javadoc link warnings
bug 23680, from Eric Johnson
Revision Changes Path
1.3 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedBag.java
Index: ObservableSortedBag.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedBag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObservableSortedBag.java 9 Oct 2003 20:50:04 -0000 1.2
+++ ObservableSortedBag.java 13 Oct 2003 21:18:56 -0000 1.3
@@ -83,7 +83,7 @@
/**
* Factory method to create an observable bag.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param bag the bag to decorate, must not be null
@@ -117,7 +117,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param bag the bag to decorate, must not be null
* @param listener bag listener, may be null
1.4 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedSet.java
Index: ObservableSortedSet.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedSet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ObservableSortedSet.java 9 Oct 2003 20:50:04 -0000 1.3
+++ ObservableSortedSet.java 13 Oct 2003 21:18:56 -0000 1.4
@@ -82,7 +82,7 @@
/**
* Factory method to create an observable set.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param set the set to decorate, must not be null
@@ -116,7 +116,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param set the set to decorate, must not be null
* @param listener set listener, may be null
1.3 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableList.java
Index: ObservableList.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableList.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObservableList.java 9 Oct 2003 20:50:04 -0000 1.2
+++ ObservableList.java 13 Oct 2003 21:18:56 -0000 1.3
@@ -88,7 +88,7 @@
/**
* Factory method to create an observable list.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param list the list to decorate, must not be null
@@ -122,7 +122,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param list the list to decorate, must not be null
* @param listener list listener, may be null
1.3 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableBuffer.java
Index: ObservableBuffer.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableBuffer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObservableBuffer.java 9 Oct 2003 20:50:04 -0000 1.2
+++ ObservableBuffer.java 13 Oct 2003 21:18:56 -0000 1.3
@@ -81,7 +81,7 @@
/**
* Factory method to create an observable buffer.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param buffer the buffer to decorate, must not be null
@@ -115,7 +115,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param buffer the buffer to decorate, must not be null
* @param listener buffer listener, may be null
1.3 +6 -5
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSet.java
Index: ObservableSet.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSet.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObservableSet.java 9 Oct 2003 20:50:04 -0000 1.2
+++ ObservableSet.java 13 Oct 2003 21:18:56 -0000 1.3
@@ -66,7 +66,7 @@
* [EMAIL PROTECTED] ModificationHandler}.
* The handler manages the event, notifying listeners and optionally vetoing
changes.
* The default handler is
- * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler
StandardModificationHandler}.
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
* See this class for details of configuration available.
*
* @since Commons Collections 3.0
@@ -81,7 +81,7 @@
/**
* Factory method to create an observable set.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param set the set to decorate, must not be null
@@ -115,7 +115,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param set the set to decorate, must not be null
* @param listener set listener, may be null
1.3 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableBag.java
Index: ObservableBag.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableBag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ObservableBag.java 9 Oct 2003 20:50:04 -0000 1.2
+++ ObservableBag.java 13 Oct 2003 21:18:56 -0000 1.3
@@ -86,7 +86,7 @@
/**
* Factory method to create an observable bag.
* <p>
- * A [EMAIL PROTECTED] StandardModificationHandler} will be created.
+ * A [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler} will be
created.
* This can be accessed by [EMAIL PROTECTED] #getHandler()} to add listeners.
*
* @param bag the bag to decorate, must not be null
@@ -120,7 +120,8 @@
* is interpretted. An IllegalArgumentException is thrown if no suitable
* handler can be found for this listener.
* <p>
- * A <code>null</code> listener will create a [EMAIL PROTECTED]
StandardModificationHandler}.
+ * A <code>null</code> listener will create a
+ * [EMAIL PROTECTED]
org.apache.commons.collections.observed.standard.StandardModificationHandler}.
*
* @param bag the bag to decorate, must not be null
* @param listener bag listener, may be null
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]