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 2018/12/19 16:30:07 UTC

svn commit: r1849316 - in /tomcat/trunk/java/org/apache/catalina: Context.java startup/Tomcat.java

Author: markt
Date: Wed Dec 19 16:30:07 2018
New Revision: 1849316

URL: http://svn.apache.org/viewvc?rev=1849316&view=rev
Log:
Javadoc is HTML not XML

Modified:
    tomcat/trunk/java/org/apache/catalina/Context.java
    tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

Modified: tomcat/trunk/java/org/apache/catalina/Context.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/Context.java?rev=1849316&r1=1849315&r2=1849316&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/trunk/java/org/apache/catalina/Context.java Wed Dec 19 16:30:07 2018
@@ -398,7 +398,7 @@ public interface Context extends Contain
     /**
      * Obtain the document root for this Context.
      *
-     * @return An absolute pathname or a relative (to the Host's appBase)
+     * @return An absolute pathname or a relative (to the Host's appBase)
      *         pathname.
      */
     public String getDocBase();
@@ -407,7 +407,7 @@ public interface Context extends Contain
     /**
      * Set the document root for this Context. This can be either an absolute
      * pathname or a relative pathname. Relative pathnames are relative to the
-     * containing Host's appBase.
+     * containing Host's appBase.
      *
      * @param docBase The new document root
      */

Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java?rev=1849316&r1=1849315&r2=1849316&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Wed Dec 19 16:30:07 2018
@@ -238,9 +238,9 @@ public class Tomcat {
 
 
     /**
-     * Copy the specified WAR file to the Host's appBase and then call
+     * Copy the specified WAR file to the Host's appBase and then call
      * {@link #addWebapp(String, String)} with the newly copied WAR. The WAR
-     * will <b>NOT</b> be removed from the Host&apos;s appBase when the Tomcat
+     * will <b>NOT</b> be removed from the Host's appBase when the Tomcat
      * instance stops. Note that {@link ExpandWar} provides utility methods that
      * may be used to delete the WAR and/or expanded directory if required.
      *



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