fixed getBean signature ambiguity in tests
This commit is contained in:
@@ -55,7 +55,7 @@ public abstract class AbstractBeanFactoryTests extends TestCase {
|
||||
|
||||
public void testGetBeanWithNullArg() {
|
||||
try {
|
||||
getBeanFactory().getBean(null);
|
||||
getBeanFactory().getBean((String) null);
|
||||
fail("Can't get null bean");
|
||||
}
|
||||
catch (IllegalArgumentException ex) {
|
||||
|
||||
Reference in New Issue
Block a user