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
commit ecac8ab46793f8cda7efcc3207ab8685197a822c Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 7 15:11:01 2020 +0000 Align with 9.0.x. Fix typo. --- java/javax/servlet/annotation/WebServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/servlet/annotation/WebServlet.java b/java/javax/servlet/annotation/WebServlet.java index 8e518b7..29d0b32 100644 --- a/java/javax/servlet/annotation/WebServlet.java +++ b/java/javax/servlet/annotation/WebServlet.java @@ -23,7 +23,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * This annotation is used to declare the configuration of an + * This annotation is used to declare the configuration of a * {@link javax.servlet.Servlet}. <br> * * If the name attribute is not defined, the fully qualified name of the class --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org