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 ad76237a90 Fix Javadoc formatting ad76237a90 is described below commit ad76237a90a8aaff331e990a0d9e95f3aec1bf79 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 2 11:43:59 2023 +0100 Fix Javadoc formatting --- java/jakarta/el/OptionalELResolver.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/jakarta/el/OptionalELResolver.java b/java/jakarta/el/OptionalELResolver.java index 95eb1c5323..c16c8f781b 100644 --- a/java/jakarta/el/OptionalELResolver.java +++ b/java/jakarta/el/OptionalELResolver.java @@ -38,8 +38,7 @@ import java.util.Optional; * {@link ELResolver} obtained from {@link ELContext#getELResolver()} with the following parameters: * <ul> * <li>The {@link ELContext} is the current context</li> - * <li>The base object is the result of calling {@link Optional#get()} on the current base object - * <li> + * <li>The base object is the result of calling {@link Optional#get()} on the current base object</li> * <li>The property object is the current property object</li> * </ul> * <p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org