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 2020/11/06 12:02:53 UTC

[tomcat] 04/05: Remove unnecessary code

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 348df911595bb8d76ddb0479dc1b7d70169ea79e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Nov 3 17:06:05 2020 +0000

    Remove unnecessary code
---
 java/org/apache/el/ExpressionFactoryImpl.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/java/org/apache/el/ExpressionFactoryImpl.java b/java/org/apache/el/ExpressionFactoryImpl.java
index c4b97cd..a6faeb6 100644
--- a/java/org/apache/el/ExpressionFactoryImpl.java
+++ b/java/org/apache/el/ExpressionFactoryImpl.java
@@ -36,13 +36,6 @@ import org.apache.el.util.MessageFactory;
 @aQute.bnd.annotation.spi.ServiceProvider(value=ExpressionFactory.class)
 public class ExpressionFactoryImpl extends ExpressionFactory {
 
-    /**
-     *
-     */
-    public ExpressionFactoryImpl() {
-        super();
-    }
-
     @Override
     public Object coerceToType(Object obj, Class<?> type) {
         return ELSupport.coerceToType(null, obj, type);


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