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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org