Polish "Update reference to deprecated CronSequenceGenerator"

See gh-26651
This commit is contained in:
Stephane Nicoll
2021-03-09 08:14:22 +01:00
parent 5aef87f120
commit d308985edc
3 changed files with 5 additions and 5 deletions

View File

@@ -244,7 +244,7 @@
<xsd:attribute name="cron" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
A cron-based trigger. See the org.springframework.scheduling.support.CronSequenceGenerator
A cron-based trigger. See the org.springframework.scheduling.support.CronExpression#parse
JavaDoc for example patterns.
]]></xsd:documentation>
</xsd:annotation>