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/09/11 14:21:02 UTC

[tomcat] branch 8.5.x updated: Add missing Javadoc

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new d379740  Add missing Javadoc
d379740 is described below

commit d37974014ae9b251d76cda7042da3caf5c8cba72
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 11 15:19:50 2019 +0100

    Add missing Javadoc
---
 java/org/apache/catalina/security/SecurityUtil.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/security/SecurityUtil.java b/java/org/apache/catalina/security/SecurityUtil.java
index 5736ca5..4a550ea 100644
--- a/java/org/apache/catalina/security/SecurityUtil.java
+++ b/java/org/apache/catalina/security/SecurityUtil.java
@@ -93,6 +93,7 @@ public final class SecurityUtil{
      * @param methodName the method to apply the security restriction
      * @param targetObject the <code>Servlet</code> on which the method will
      * be called.
+     * @throws Exception an execution error occurred
      */
     public static void doAsPrivilege(final String methodName,
                                      final Servlet targetObject) throws Exception {


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