From: kkolinko Date: Wed, 2 Jun 2010 16:09:22 +0000 (+0000) Subject: Add whitespace between words. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe14aaa1714343e014a6804f8773c9599ca0d2da;p=tomcat7.0 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 --- 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.