[SPR-8387] deleted resolved TODO.

This commit is contained in:
Sam Brannen 2011-07-20 22:14:23 +00:00
parent 8224af1938
commit 461119973b
1 changed files with 0 additions and 1 deletions

View File

@ -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()));