Author: markt Date: Wed Feb 2 18:33:06 2011 New Revision: 1066569 URL: http://svn.apache.org/viewvc?rev=1066569&view=rev Log: Fix javadoc niggle
Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java?rev=1066569&r1=1066568&r2=1066569&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java Wed Feb 2 18:33:06 2011 @@ -59,7 +59,7 @@ public interface ClusterDeployer extends * * @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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org