Skip to content

Commit 57afe3b

Browse files
committed
RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
1 parent 0cf31f0 commit 57afe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsTests.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<lang:defaults refresh-check-delay="5000"/>
1414

15-
<lang:groovy id="testBean" name="/url" script-source="classpath*:org/springframework/scripting/config/TestBean.groovy"/>
15+
<lang:groovy id="testBean" name="/url" script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>
1616

1717
<lang:groovy id="nonRefreshableTestBean" refresh-check-delay="-1"
1818
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>

0 commit comments

Comments
 (0)