Skip to content

Commit b250c65

Browse files
committed
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity
Remove spaces from locations (seems like integration from SPR-6195 didn't reach the build yet)
1 parent 4be237d commit b250c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.context/src/test/resources/org/springframework/context/config/contextNamespaceHandlerTests-location.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
88

99
<context:property-placeholder
10-
location="classpath:/org/springframework/context/config/test-*.properties, classpath:/org/springframework/context/config/empty-*.properties, classpath:/org/springframework/context/config/missing-*.properties" />
10+
location="classpath:/org/springframework/context/config/test-*.properties,classpath:/org/springframework/context/config/empty-*.properties,classpath:/org/springframework/context/config/missing-*.properties" />
1111

1212
<bean id="foo" class="java.lang.String">
1313
<constructor-arg value="${foo}" />

0 commit comments

Comments
 (0)