Author: markt
Date: Mon Jan 19 16:20:27 2015
New Revision: 1653041

URL: http://svn.apache.org/r1653041
Log:
Simple Javadoc fix (mainly to test the CI system)

Modified:
    tomcat/trunk/java/org/apache/juli/WebappProperties.java

Modified: tomcat/trunk/java/org/apache/juli/WebappProperties.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/WebappProperties.java?rev=1653041&r1=1653040&r2=1653041&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/juli/WebappProperties.java (original)
+++ tomcat/trunk/java/org/apache/juli/WebappProperties.java Mon Jan 19 16:20:27 
2015
@@ -26,19 +26,29 @@ package org.apache.juli;
 public interface WebappProperties {
 
     /**
-     * Returns a name for the web application or null if none is available.
+     * Returns a name for the logging system to use for the web application, if
+     * any, associated with the class loader.
+     *
+     * @return The name to use for the web application or null if none is
+     *         available.
      */
     String getWebappName();
 
     /**
-     * Returns a name for the Host where the web application is deployed or 
null
-     * if none is available.
+     * Returns a name for the logging system to use for the Host where the
+     * web application, if any, associated with the class loader is deployed.
+     *
+     * @return The name to use for the Host where the web application is
+     * deployed or null if none is available.
      */
     String getHostName();
 
     /**
-     * Returns a name for the service where the Host is deployed or null if 
none
-     * is available.
+     * Returns a name for the logging system to use for the Service where the
+     * Host, if any, associated with the class loader is deployed.
+     *
+     * @return The name to use for the Service where the Host is deployed or
+     * null if none is available.
      */
     String getServiceName();
 }



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

Reply via email to