Author: markt Date: Thu Oct 7 10:35:52 2010 New Revision: 1005400 URL: http://svn.apache.org/viewvc?rev=1005400&view=rev Log: CTR: Fix comments.
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java?rev=1005400&r1=1005399&r2=1005400&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/Context.java Thu Oct 7 10:35:52 2010 @@ -1095,10 +1095,6 @@ public interface Context extends Contain * @param xmlNamespaceAware true to enable namespace awareness */ public void setXmlNamespaceAware(boolean xmlNamespaceAware); - /** - * Get the server.xml <context> attribute's xmlValidation. - * @return true if validation is enabled. - */ /** @@ -1110,9 +1106,9 @@ public interface Context extends Contain /** - * Get the server.xml <context> attribute's webXmlValidation. + * Get the validation feature of the XML parser used when + * parsing tlds files. * @return true if validation is enabled. - * */ public boolean getTldValidation(); @@ -1130,7 +1126,5 @@ public interface Context extends Contain * @param tldNamespaceAware true to enable namespace awareness */ public void setTldNamespaceAware(boolean tldNamespaceAware); - - } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org