This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 26555450d3 Improve Javadoc 26555450d3 is described below commit 26555450d3c2e12d639e09c72de9bcf65e381680 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 27 13:11:57 2023 +0100 Improve Javadoc --- java/jakarta/el/ELResolver.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/java/jakarta/el/ELResolver.java b/java/jakarta/el/ELResolver.java index ad5f268c53..cdc933bd4d 100644 --- a/java/jakarta/el/ELResolver.java +++ b/java/jakarta/el/ELResolver.java @@ -62,13 +62,15 @@ public abstract class ELResolver { } /** - * Obtain the type of the given property on the given object using the given context. + * Obtain the most generally acceptable type that may be used to set the given property on the given object using + * the given context. * * @param context The EL context for this evaluation * @param base The base object on which the property is to be found * @param property The property whose type is to be returned * - * @return the type of the provided property + * @return the most general type that maybe used to set the provided property or {@code null} if the resolver is + * read-only. * * @throws NullPointerException If the supplied context is <code>null</code> * @throws PropertyNotFoundException If the base/property combination provided to the resolver is one that the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org