You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/19 09:23:14 UTC

[tomcat] branch main updated: Correct name of removed EL method.

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 cc6b689  Correct name of removed EL method.
cc6b689 is described below

commit cc6b68984ec7944a6386e1359485160f8cd13a97
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Mar 19 09:22:56 2022 +0000

    Correct name of removed EL method.
    
    Thanks to Volodymyr Siedlecki
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 47da205..da4e920 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -1659,7 +1659,7 @@
       </fix>
       <scode>
         Remove the deprecated method
-        <code>MethodExpression.getParmetersProvided()</code> from the EL API to
+        <code>MethodExpression.isParmetersProvided()</code> from the EL API to
         align with the current EL 5.0 development branch. (markt)
       </scode>
       <fix>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org