This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 538fb42 update Javadoc return value for ServletContext#getMajorVersion() 538fb42 is described below commit 538fb427d32d574006372a319c276adac873006e Author: zzk0 <30856589+z...@users.noreply.github.com> AuthorDate: Mon Dec 21 17:51:40 2020 +0800 update Javadoc return value for ServletContext#getMajorVersion() --- java/jakarta/servlet/ServletContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/jakarta/servlet/ServletContext.java b/java/jakarta/servlet/ServletContext.java index 82427ca..38dd583 100644 --- a/java/jakarta/servlet/ServletContext.java +++ b/java/jakarta/servlet/ServletContext.java @@ -95,7 +95,7 @@ public interface ServletContext { * container supports. All implementations that comply with Version 5.0 must * have this method return the integer 5. * - * @return 4 + * @return 5 */ public int getMajorVersion(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org