You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/11/06 18:06:54 UTC

svn commit: r1637158 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/Host.java

Author: markt
Date: Thu Nov  6 17:06:53 2014
New Revision: 1637158

URL: http://svn.apache.org/r1637158
Log:
Trivial Javadoc fix to test Tomcat 8 buildbot Ci config

Modified:
    tomcat/tc8.0.x/trunk/   (props changed)
    tomcat/tc8.0.x/trunk/java/org/apache/catalina/Host.java

Propchange: tomcat/tc8.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1637156

Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/Host.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/Host.java?rev=1637158&r1=1637157&r2=1637158&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/catalina/Host.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/Host.java Thu Nov  6 17:06:53 2014
@@ -202,8 +202,10 @@ public interface Host extends Container 
 
 
     /**
-     * Set to true if the Host should attempt to create directories for xmlBase and appBase upon startup
-     * @param createDirs
+     * Should the Host attempt to create directories for xmlBase and appBase
+     * upon startup.
+     *
+     * @param createDirs The new value for this flag
      */
     public void setCreateDirs(boolean createDirs);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org