Fix markup issue in Javadoc of QuartzCronField
Closes gh-30646
This commit is contained in:
parent
80af7bedef
commit
dc4f46df9f
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue