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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org