Author: markt
Date: Wed Oct 26 19:50:46 2011
New Revision: 1189413
URL: http://svn.apache.org/viewvc?rev=1189413&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java
Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java?rev=1189413&r1=1189412&r2=1189413&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java (original)
+++ tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java Wed Oct 26
19:50:46 2011
@@ -68,7 +68,7 @@ public abstract class FilterBase impleme
* configuration attribute triggers the failure of the this filter which in
* turn will prevent the web application from starting.
*
- * @return <code>true</true> if a problem should trigger the failure of
this
+ * @return <code>true</code> if a problem should trigger the failure of
this
* filter, else <code>false</code>
*/
protected boolean isConfigProblemFatal() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]