From fe14aaa1714343e014a6804f8773c9599ca0d2da Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 2 Jun 2010 16:09:22 +0000 Subject: [PATCH] Add whitespace between words. It is trivial followup to r950164 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@950614 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index dd5ac2606..729e0332f 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -436,7 +436,7 @@

If true, Tomcat attempts to terminate - java.util.Timerthreads that have been started by the web + java.util.Timer threads that have been started by the web application. Unlike standard threads, timer threads can be stopped safely although there may still be side-effects for the application. If not specified, the default value of false will be used.

-- 2.11.0