Unnecessary cast
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d83e4deb8
commit
c635393fb9
|
@ -101,6 +101,6 @@ public class UnmodifiableQueueTest<E> extends AbstractQueueTest<E> {
|
|||
*/
|
||||
@Override
|
||||
public Queue<E> getCollection() {
|
||||
return (Queue<E>) super.getCollection();
|
||||
return super.getCollection();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue