Added missing javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-08-11 13:33:24 +00:00
parent 320336eb78
commit f7e1b02c9f
1 changed files with 2 additions and 3 deletions

View File

@ -42,9 +42,8 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
// TODO support MultiMap/non-unique index behavior
// TODO add support for remove and clear
public class IndexedCollection<K, C> extends AbstractCollectionDecorator<C> {
/**
* .
*/
/** Serialization version */
private static final long serialVersionUID = -5512610452568370038L;
/**