Author: kkolinko
Date: Sat Dec 28 20:30:40 2013
New Revision: 1553909

URL: http://svn.apache.org/r1553909
Log:
Followup to r1553838
Fix a missing bracket in documentation

Modified:
    tomcat/trunk/webapps/docs/config/resources.xml

Modified: tomcat/trunk/webapps/docs/config/resources.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/resources.xml?rev=1553909&r1=1553908&r2=1553909&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/resources.xml (original)
+++ tomcat/trunk/webapps/docs/config/resources.xml Sat Dec 28 20:30:40 2013
@@ -126,7 +126,7 @@
         <p>Controls whether the track locked files feature is enabled. If
         enabled, all calls to methods that return objects that lock a file and
         need to be closed to release that lock (e.g.
-        <code>ServletContext.getResourceAsStream()</code> will perform a number
+        <code>ServletContext.getResourceAsStream()</code>) will perform a 
number
         of additional tasks.</p>
         <ul>
           <li>The stack trace at the point where the method was called will be



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to