Skip to content

Commit 98cef50

Browse files
committed
Remove obsolete TODO
See gh-10976
1 parent 362fe12 commit 98cef50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassBeanDefinitionReader.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -385,8 +385,6 @@ private void loadBeanDefinitionsFromImportedResources(
385385
"Could not instantiate BeanDefinitionReader class [" + readerClass.getName() + "]");
386386
}
387387
}
388-
389-
// TODO SPR-6310: qualify relative path locations as done in AbstractContextLoader.modifyLocations
390388
reader.loadBeanDefinitions(resource);
391389
});
392390
}

0 commit comments

Comments
 (0)