diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java b/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java index bb32e13e314..5d3609d4b6e 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java @@ -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()));