Skip to content

Commit dc4f46d

Browse files
rweisledersbrannen
authored andcommitted
Fix markup issue in Javadoc of QuartzCronField
Closes gh-30646
1 parent 80af7be commit dc4f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/scheduling/support/QuartzCronField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* Extension of {@link CronField} for
32-
* <a href="https://www.quartz-scheduler.org>Quartz</a> -specific fields.
32+
* <a href="https://www.quartz-scheduler.org">Quartz</a> -specific fields.
3333
* Created using the {@code parse*} methods, uses a {@link TemporalAdjuster}
3434
* internally.
3535
*

0 commit comments

Comments
 (0)