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 82228cc139 Remove unsued properties to align with EL 6.0 API
82228cc139 is described below

commit 82228cc139fa78abc2d6d6f117571e03e063b20b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Feb 20 20:19:49 2024 +0000

    Remove unsued properties to align with EL 6.0 API
---
 java/jakarta/el/ELResolver.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/java/jakarta/el/ELResolver.java b/java/jakarta/el/ELResolver.java
index d8fb0a04b0..2bd3dd9280 100644
--- a/java/jakarta/el/ELResolver.java
+++ b/java/jakarta/el/ELResolver.java
@@ -21,10 +21,6 @@ package jakarta.el;
  */
 public abstract class ELResolver {
 
-    public static final String TYPE = "type";
-
-    public static final String RESOLVABLE_AT_DESIGN_TIME = 
"resolvableAtDesignTime";
-
     /**
      * Obtain the value of the given property on the given object using the 
given context.
      *


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

Reply via email to