[SPR-8387] deleted resolved TODO.
This commit is contained in:
parent
8224af1938
commit
461119973b
|
|
@ -308,7 +308,6 @@ abstract class ContextLoaderUtils {
|
||||||
|
|
||||||
if (contextLoader instanceof SmartContextLoader) {
|
if (contextLoader instanceof SmartContextLoader) {
|
||||||
SmartContextLoader smartContextLoader = (SmartContextLoader) contextLoader;
|
SmartContextLoader smartContextLoader = (SmartContextLoader) contextLoader;
|
||||||
// TODO Decide on mutability of locations and classes properties
|
|
||||||
smartContextLoader.processContextConfiguration(configAttributes);
|
smartContextLoader.processContextConfiguration(configAttributes);
|
||||||
locationsList.addAll(Arrays.asList(configAttributes.getLocations()));
|
locationsList.addAll(Arrays.asList(configAttributes.getLocations()));
|
||||||
classesList.addAll(Arrays.asList(configAttributes.getClasses()));
|
classesList.addAll(Arrays.asList(configAttributes.getClasses()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue