Skip to content

Commit

Permalink
It's an instance of AbstractQueueDecorator.
Browse files Browse the repository at this point in the history
  • Loading branch information
dota17 committed Apr 1, 2020
1 parent 0071efb commit 95d5984
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
*
* @since 4.5
*/
public class TAbstractQueueDecoratorTest<E> extends AbstractCollectionTest<E> {
public class QueueDecoratorTest<E> extends AbstractCollectionTest<E> {
/**
* JUnit constructor.
*
* @param testName the test class name
*/
public TAbstractQueueDecoratorTest(String testName) {
public QueueDecoratorTest(String testName) {
super(testName);
}

Expand Down

0 comments on commit 95d5984

Please sign in to comment.