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 8840b68  Trivial change to align with 8.5.x
8840b68 is described below

commit 8840b683050f5b6840569a8fa1d2a5398c2b37e6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 10 12:57:41 2019 +0100

    Trivial change to align with 8.5.x
---
 java/org/apache/catalina/security/SecurityClassLoad.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/security/SecurityClassLoad.java 
b/java/org/apache/catalina/security/SecurityClassLoad.java
index 2a44caf..2510424 100644
--- a/java/org/apache/catalina/security/SecurityClassLoad.java
+++ b/java/org/apache/catalina/security/SecurityClassLoad.java
@@ -30,8 +30,7 @@ public final class SecurityClassLoad {
     }
 
 
-    static void securityClassLoad(ClassLoader loader, boolean 
requireSecurityManager)
-            throws Exception {
+    static void securityClassLoad(ClassLoader loader, boolean 
requireSecurityManager) throws Exception {
 
         if (requireSecurityManager && System.getSecurityManager() == null) {
             return;


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

Reply via email to