moving unit tests from .testsuite -> .beans

added <?> wildcard to Scope methods that accept ObjectFactory

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@416 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2008-12-15 03:39:13 +00:00
parent c82ba1d7da
commit 262a45d11b
13 changed files with 204 additions and 259 deletions
@@ -69,7 +69,7 @@ public interface Scope {
* object if it is not present in the underlying storage mechanism
* @return the desired object (never <code>null</code>)
*/
Object get(String name, ObjectFactory objectFactory);
Object get(String name, ObjectFactory<?> objectFactory);
/**
* Remove the object with the given <code>name</code> from the underlying scope.