Skip to content

Commit d868785

Browse files
committed
fixed DocBook structure and typo
1 parent 83f3df1 commit d868785

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spring-framework-reference/src/scheduling.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pool; an executor may be single-threaded or even synchronous.
3737
Spring's abstraction hides implementation details between
3838
Java SE 1.4, Java SE 5 and Java EE environments.</para>
39-
<title>The <interfacename>TaskExecutor</interfacename> interface</title>
39+
4040
<para>Spring's <interfacename>TaskExecutor</interfacename> interface is
4141
identical to the <classname>java.util.concurrent.Executor</classname>
4242
interface. In fact, its primary reason for existence is to abstract away
@@ -85,7 +85,7 @@
8585
invocations asynchronously. Instead, each
8686
invocation takes place in the calling thread. It
8787
is primarily used in situations where
88-
mutlithreading isn't necessary such as simple
88+
multithreading isn't necessary such as simple
8989
test cases.
9090
</para>
9191
</listitem>
@@ -121,7 +121,7 @@
121121
Quartz's <classname>SimpleThreadPool</classname>
122122
which listens to Spring's lifecycle callbacks.
123123
This is typically used when you have a
124-
threadpool that may need to be shared by both
124+
thread pool that may need to be shared by both
125125
Quartz and non-Quartz components.
126126
</para>
127127
</listitem>
@@ -203,6 +203,7 @@
203203

204204
</itemizedlist>
205205
</section>
206+
206207
<section id="scheduling-task-executor-usage">
207208
<title>Using a <interfacename>TaskExecutor</interfacename></title>
208209
<para>Spring's <interfacename>TaskExecutor</interfacename> implementations
@@ -760,6 +761,7 @@ public class ExampleJob extends QuartzJobBean {
760761
</para>
761762
</section>
762763
</section>
764+
763765
<section id="scheduling-jdk-timer">
764766
<title>Using JDK Timer support</title>
765767
<para>

0 commit comments

Comments
 (0)