Removed unneeded inheritDoc tags.

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

View File

@ -102,9 +102,6 @@ public class CompositeSet<E> extends CompositeCollection<E> implements Set<E> {
super.addComposited(c);
}
/**
* {@inheritDoc}
*/
@SuppressWarnings("unchecked")
@Override
public List<? extends Set<E>> getCollections() {
@ -197,9 +194,6 @@ public class CompositeSet<E> extends CompositeCollection<E> implements Set<E> {
return code;
}
/**
* {@inheritDoc}
*/
@Override
protected SetMutator<E> getMutator() {
return (SetMutator<E>) super.getMutator();