Fix markup issue in Javadoc of QuartzCronField

Closes gh-30646
This commit is contained in:
Roland Weisleder 2023-06-12 14:05:23 +02:00 committed by Sam Brannen
parent 80af7bedef
commit dc4f46df9f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.springframework.util.Assert;
/**
* Extension of {@link CronField} for
* <a href="https://www.quartz-scheduler.org>Quartz</a> -specific fields.
* <a href="https://www.quartz-scheduler.org">Quartz</a> -specific fields.
* Created using the {@code parse*} methods, uses a {@link TemporalAdjuster}
* internally.
*