Skip to content

Commit

Permalink
Update scheduling.adoc
Browse files Browse the repository at this point in the history
Change quotation marks to backticks.

Closes gh-33709
  • Loading branch information
boulce authored and sdeleuze committed Oct 15, 2024
1 parent 67cb3c7 commit 166714c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework-docs/modules/ROOT/pages/integration/scheduling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ scheduled with a trigger.


[[scheduling-task-namespace-scheduler]]
=== The 'scheduler' Element
=== The `scheduler` Element

The following element creates a `ThreadPoolTaskScheduler` instance with the
specified thread pool size:
Expand Down Expand Up @@ -744,7 +744,7 @@ The following example sets the `keep-alive` value to two minutes:


[[scheduling-task-namespace-scheduled-tasks]]
=== The 'scheduled-tasks' Element
=== The `scheduled-tasks` Element

The most powerful feature of Spring's task namespace is the support for configuring
tasks to be scheduled within a Spring Application Context. This follows an approach
Expand Down

0 comments on commit 166714c

Please sign in to comment.