Javadoc problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5267bb8fcd
commit
6a60645c40
|
@ -105,7 +105,7 @@ import org.apache.commons.collections.keyvalue.UnmodifiableMapEntry;
|
||||||
* UnsupportedOperationException on attempts to call that method.
|
* UnsupportedOperationException on attempts to call that method.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
|
* @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
|
||||||
* @version $Revision: 1.10 $ $Date: 2004/01/29 21:13:05 $
|
* @version $Revision: 1.11 $ $Date: 2004/01/31 00:28:47 $
|
||||||
*
|
*
|
||||||
* @author Marc Johnson
|
* @author Marc Johnson
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
@ -302,7 +302,7 @@ public class TreeBidiMap implements OrderedBidiMap {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes the mapping for this value from this map if present
|
* Removes the mapping for this value from this map if present.
|
||||||
* <p>
|
* <p>
|
||||||
* The value must implement <code>Comparable</code>.
|
* The value must implement <code>Comparable</code>.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue