git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131775 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-07 21:00:58 +00:00
parent a6cf8d4ecd
commit e81125154e
1 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@ import org.apache.commons.collections.keyvalue.MultiKey;
* </pre>
*
* @since Commons Collections 3.1
* @version $Revision: 1.2 $ $Date: 2004/04/30 23:51:36 $
* @version $Revision: 1.3 $ $Date: 2004/06/07 21:00:58 $
*
* @author Stephen Colebourne
*/
@ -108,7 +108,8 @@ public class MultiKeyMap
}
/**
* Constructor that decorates the specified map.
* Constructor that decorates the specified map and is called from
* {@link #decorate(AbstractHashedMap)}.
* The map must not be null and should be empty or only contain valid keys.
* This constructor performs no validation.
*