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 2021/11/24 11:29:14 UTC

[tomcat] branch main updated: Remove extra space

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5d65317  Remove extra space
5d65317 is described below

commit 5d6531768774db49f0457565f886bc7018db9390
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 24 11:29:02 2021 +0000

    Remove extra space
---
 java/org/apache/catalina/core/StandardContext.java      | 2 +-
 java/org/apache/jasper/runtime/JspSourceDirectives.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/core/StandardContext.java b/java/org/apache/catalina/core/StandardContext.java
index ebc5448..f5e7fb5 100644
--- a/java/org/apache/catalina/core/StandardContext.java
+++ b/java/org/apache/catalina/core/StandardContext.java
@@ -697,7 +697,7 @@ public class StandardContext extends ContainerBase
 
     /**
      * Enables the RMI Target memory leak detection to be controlled. This is
-     * necessary since the detection can only work  if some of the modularity
+     * necessary since the detection can only work if some of the modularity
      * checks are disabled.
      */
     private boolean clearReferencesRmiTargets = true;
diff --git a/java/org/apache/jasper/runtime/JspSourceDirectives.java b/java/org/apache/jasper/runtime/JspSourceDirectives.java
index cb531ac..a9fb46c 100644
--- a/java/org/apache/jasper/runtime/JspSourceDirectives.java
+++ b/java/org/apache/jasper/runtime/JspSourceDirectives.java
@@ -19,7 +19,7 @@ package org.apache.jasper.runtime;
 /**
  * Provides runtime access to selected compile time directives. Page directives
  * are not added to this interface until there is a requirement to access them
- *  at runtime.
+ * at runtime.
  */
 public interface JspSourceDirectives {
 

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