Correct valve name in javadoc
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 30 Sep 2008 21:18:45 +0000 (21:18 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 30 Sep 2008 21:18:45 +0000 (21:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@700580 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/WebdavFixValve.java

index 3b340f2..933747d 100644 (file)
@@ -35,7 +35,7 @@ import org.apache.catalina.connector.Response;
  *       reconnect.</li>
  * </ul>
  * To use this valve add the following <code>&lt;Valve
- * className="org.apache.catalina.valves.MicrosoftWebdavFixValve" /&gt;</code>
+ * className="org.apache.catalina.valves.WebdavFixValve" /&gt;</code>
  * to your <code>Engine</code>, <code>Host</code> or <code>Context</code> as
  * required. Normally, this valve would be used at the <code>Context</code>
  * level.