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:
parent
f7e1b02c9f
commit
6ba3818153
|
@ -102,9 +102,6 @@ public class CompositeSet<E> extends CompositeCollection<E> implements Set<E> {
|
||||||
super.addComposited(c);
|
super.addComposited(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
@Override
|
@Override
|
||||||
public List<? extends Set<E>> getCollections() {
|
public List<? extends Set<E>> getCollections() {
|
||||||
|
@ -197,9 +194,6 @@ public class CompositeSet<E> extends CompositeCollection<E> implements Set<E> {
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritDoc}
|
|
||||||
*/
|
|
||||||
@Override
|
@Override
|
||||||
protected SetMutator<E> getMutator() {
|
protected SetMutator<E> getMutator() {
|
||||||
return (SetMutator<E>) super.getMutator();
|
return (SetMutator<E>) super.getMutator();
|
||||||
|
|
Loading…
Reference in New Issue