Author: markt
Date: Thu Dec 19 08:54:43 2013
New Revision: 1552255
URL: http://svn.apache.org/r1552255
Log:
CTR: Javadoc improvement
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java?rev=1552255&r1=1552254&r2=1552255&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java Thu Dec 19 08:54:43
2013
@@ -171,9 +171,9 @@ public interface Host extends Container
/**
- * Controls whether the parsing of the web.xml file and *.tld files for
this
- * Context will be performed by a validating parser. If <code>false</code>
- * it may still be enabled per Context using
+ * Controls whether the parsing of the web.xml file and *.tld files for
+ * Contexts of this Host will be performed by a validating parser. If
+ * <code>false</code> it may still be enabled per Context using
* {@link Context#setXmlValidation(boolean)}.
*
* @param xmlValidation true to enable xml validation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]