This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0378b4b886a9204904fc6ac058554126a8e31d38 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Sep 27 14:02:58 2019 +0100 Align Javadoc with 9.0.x --- java/org/apache/catalina/Host.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/Host.java b/java/org/apache/catalina/Host.java index e0f53bb..3ed4f5b 100644 --- a/java/org/apache/catalina/Host.java +++ b/java/org/apache/catalina/Host.java @@ -69,7 +69,7 @@ public interface Host extends Container { /** * @return the XML root for this Host. This can be an absolute * pathname, a relative pathname, or a URL. - * If null, defaults to + * If null, the base path defaults to * ${catalina.base}/conf/<engine name>/<host name> directory */ public String getXmlBase(); @@ -77,7 +77,7 @@ public interface Host extends Container { /** * Set the Xml root for this Host. This can be an absolute * pathname, a relative pathname, or a URL. - * If null, defaults to + * If null, the base path defaults to * ${catalina.base}/conf/<engine name>/<host name> directory * @param xmlBase The new XML root */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org