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 23b8e1f4dc Fix broken Javadoc 23b8e1f4dc is described below commit 23b8e1f4dce97e49f90bbc963277234f097c4926 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Oct 28 17:05:56 2023 +0100 Fix broken Javadoc --- java/jakarta/el/RecordELResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/jakarta/el/RecordELResolver.java b/java/jakarta/el/RecordELResolver.java index 0f21bb1e38..6a5683924f 100644 --- a/java/jakarta/el/RecordELResolver.java +++ b/java/jakarta/el/RecordELResolver.java @@ -94,7 +94,7 @@ public class RecordELResolver extends ELResolver { * @param base The {@link Record} to analyze. * @param property The name of the property to analyze. Will be coerced to a String. * - * @return Always {@null} + * @return Always {@code null} * * @throws NullPointerException if the provided {@link ELContext} is {@code null}. * @throws PropertyNotFoundException if the {@code base} is an instance of {@link Record} and the specified property --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org