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 2019/11/12 12:42:04 UTC

[tomcat] branch master updated: Polish. Align with 8.5.x/7.0.x

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new e76edfc  Polish. Align with 8.5.x/7.0.x
e76edfc is described below

commit e76edfcf993bd28e973a4b73c9fa43f1304ce271
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Nov 12 12:12:46 2019 +0000

    Polish. Align with 8.5.x/7.0.x
---
 java/org/apache/catalina/Context.java | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/Context.java b/java/org/apache/catalina/Context.java
index 49453f2..3e647dc 100644
--- a/java/org/apache/catalina/Context.java
+++ b/java/org/apache/catalina/Context.java
@@ -1393,6 +1393,7 @@ public interface Context extends Container, ContextBind {
      */
     public JspConfigDescriptor getJspConfigDescriptor();
 
+
     /**
      * Set the JspConfigDescriptor for this context.
      * A null value indicates there is not JSP configuration.
@@ -1401,6 +1402,7 @@ public interface Context extends Container, ContextBind {
      */
     public void setJspConfigDescriptor(JspConfigDescriptor descriptor);
 
+
     /**
      * Add a ServletContainerInitializer instance to this web application.
      *
@@ -1411,6 +1413,7 @@ public interface Context extends Container, ContextBind {
     public void addServletContainerInitializer(
             ServletContainerInitializer sci, Set<Class<?>> classes);
 
+
     /**
      * Is this Context paused whilst it is reloaded?
      *
@@ -1426,6 +1429,7 @@ public interface Context extends Container, ContextBind {
      */
     boolean isServlet22();
 
+
     /**
      * Notification that Servlet security has been dynamically set in a
      * {@link javax.servlet.ServletRegistration.Dynamic}
@@ -1481,7 +1485,7 @@ public interface Context extends Container, ContextBind {
     /**
      * @return The version of this web application, used to differentiate
      * different versions of the same web application when using parallel
-     * deployment.
+     * deployment. If not specified, defaults to the empty string.
      */
     public String getWebappVersion();
 


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