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/07/13 07:24:30 UTC

[tomcat] branch main updated: Remove trailing 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 85ff05f  Remove trailing space
85ff05f is described below

commit 85ff05f396ffdb19a2df69123f51f8c784e95ee0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 13 08:24:17 2021 +0100

    Remove trailing space
---
 java/jakarta/servlet/ServletSecurityElement.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/servlet/ServletSecurityElement.java b/java/jakarta/servlet/ServletSecurityElement.java
index 549f199..25a98d0c 100644
--- a/java/jakarta/servlet/ServletSecurityElement.java
+++ b/java/jakarta/servlet/ServletSecurityElement.java
@@ -84,7 +84,7 @@ public class ServletSecurityElement extends HttpConstraintElement {
     /**
      * Create from an annotation.
      * @param annotation Annotation to use as the basis for the new instance
-     * @throws IllegalArgumentException if a method name is specified more than 
+     * @throws IllegalArgumentException if a method name is specified more than
      * once
      */
     public ServletSecurityElement(ServletSecurity annotation) {

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