mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
[SPR-8387] deleted resolved TODO.
This commit is contained in:
-1
@@ -308,7 +308,6 @@ abstract class ContextLoaderUtils {
|
||||
|
||||
if (contextLoader instanceof SmartContextLoader) {
|
||||
SmartContextLoader smartContextLoader = (SmartContextLoader) contextLoader;
|
||||
// TODO Decide on mutability of locations and classes properties
|
||||
smartContextLoader.processContextConfiguration(configAttributes);
|
||||
locationsList.addAll(Arrays.asList(configAttributes.getLocations()));
|
||||
classesList.addAll(Arrays.asList(configAttributes.getClasses()));
|
||||
|
||||
Reference in New Issue
Block a user