* use concrete type instead of interface
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@8472 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
@@ -19,12 +19,13 @@ import org.springframework.core.annotation.Order;
|
|||||||
public class OrderAwarePluginRegistryUnitTest extends
|
public class OrderAwarePluginRegistryUnitTest extends
|
||||||
SimplePluginRegistryUnitTest {
|
SimplePluginRegistryUnitTest {
|
||||||
|
|
||||||
private PluginRegistry<TestPlugin, String> registry;
|
private OrderAwarePluginRegistry<TestPlugin, String> registry;
|
||||||
|
|
||||||
private TestPlugin firstPlugin;
|
private TestPlugin firstPlugin;
|
||||||
private TestPlugin secondPlugin;
|
private TestPlugin secondPlugin;
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
@Before
|
@Before
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user