Author: markt Date: Fri Jan 24 21:31:21 2014 New Revision: 1561196 URL: http://svn.apache.org/r1561196 Log: Correct Javadoc
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1561195 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java?rev=1561196&r1=1561195&r2=1561196&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Fri Jan 24 21:31:21 2014 @@ -48,8 +48,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