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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 34504ba  Trivial commit to trigger CI. Align with 8.5.x
34504ba is described below

commit 34504ba97bef854671e6114414055b84026da6f3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 30 18:23:52 2020 +0100

    Trivial commit to trigger CI. Align with 8.5.x
---
 java/org/apache/catalina/loader/JdbcLeakPrevention.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/loader/JdbcLeakPrevention.java 
b/java/org/apache/catalina/loader/JdbcLeakPrevention.java
index c6862de..6459dba 100644
--- a/java/org/apache/catalina/loader/JdbcLeakPrevention.java
+++ b/java/org/apache/catalina/loader/JdbcLeakPrevention.java
@@ -34,7 +34,7 @@ import java.util.List;
  * version is do not just create a new instance of this class with the new
  * keyword.
  *
- * Since this class is loaded by {@link WebappClassLoaderBase}, it can not 
refer
+ * Since this class is loaded by {@link WebappClassLoaderBase}, it cannot refer
  * to any internal Tomcat classes as that will cause the security manager to
  * complain.
  */


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

Reply via email to