From b5e3a70d38260f35393ffd1f28ae76bdb8679650 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 2 Feb 2011 18:33:06 +0000 Subject: [PATCH] Fix javadoc niggle git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1066569 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/ha/ClusterDeployer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/ha/ClusterDeployer.java b/java/org/apache/catalina/ha/ClusterDeployer.java index fec4f85e2..fac869e57 100644 --- a/java/org/apache/catalina/ha/ClusterDeployer.java +++ b/java/org/apache/catalina/ha/ClusterDeployer.java @@ -59,7 +59,7 @@ public interface ClusterDeployer extends ChannelListener { * * @param contextName The context name to which this application should * be installed (must be unique) - * @param wepapp A WAR file or unpacked directory structure containing + * @param webapp A WAR file or unpacked directory structure containing * the web application to be installed * * @exception IllegalArgumentException if the specified context name -- 2.11.0