Author: markt Date: Fri Jan 24 21:30:23 2014 New Revision: 1561195 URL: http://svn.apache.org/r1561195 Log: Correct Javadoc
Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java?rev=1561195&r1=1561194&r2=1561195&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Fri Jan 24 21:30:23 2014 @@ -47,8 +47,8 @@ import org.apache.tomcat.util.res.String * </p> * Any host can act as the admin, and will have three directories * <ul> - * <li>deployDir - the directory where we watch for changes</li> - * <li>applicationDir - the directory where we install applications</li> + * <li>watchDir - the directory where we watch for changes</li> + * <li>deployDir - the directory where we install applications</li> * <li>tempDir - a temporaryDirectory to store binary data when downloading a * war from the cluster</li> * </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org