summaryrefslogtreecommitdiff
path: root/docs/html/training/multiple-threads/create-threadpool.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/multiple-threads/create-threadpool.jd')
-rw-r--r--docs/html/training/multiple-threads/create-threadpool.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/multiple-threads/create-threadpool.jd b/docs/html/training/multiple-threads/create-threadpool.jd
index e22afd37c222..df28833d3177 100644
--- a/docs/html/training/multiple-threads/create-threadpool.jd
+++ b/docs/html/training/multiple-threads/create-threadpool.jd
@@ -48,7 +48,7 @@ trainingnavtop=true
also occurs in any object that is only instantiated once. To learn more about this, read the
<a href="{@docRoot}guide/components/processes-and-threads.html">
Processes and Threads</a> API guide.
-
+
</p>
<h2 id="ClassStructure">Define the Thread Pool Class</h2>
<p>