Browse Source

Allow for SpEL expressions in initial-delay attribute

Issue: SPR-10102
pull/208/head
Juergen Hoeller 13 years ago
parent
commit
c954d10be4
  1. 2
      spring-context/src/main/resources/org/springframework/scheduling/config/spring-task-3.2.xsd

2
spring-context/src/main/resources/org/springframework/scheduling/config/spring-task-3.2.xsd

@ -229,7 +229,7 @@ @@ -229,7 +229,7 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="initial-delay" type="xsd:int" use="optional">
<xsd:attribute name="initial-delay" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
Number of milliseconds to delay before the first execution of a 'fixed-rate' or

Loading…
Cancel
Save