mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-16 06:56:05 +00:00
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);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user