From 461119973ba370e4e6a6d4be8668adf0f2dd6832 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 20 Jul 2011 22:14:23 +0000 Subject: [PATCH] [SPR-8387] deleted resolved TODO. --- .../org/springframework/test/context/ContextLoaderUtils.java | 1 - 1 file changed, 1 deletion(-) 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 bb32e13e31..5d3609d4b6 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()));