This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 092e7eaa23c96aab2d7f93c023174c535c1afcf3 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 719cd45..e3aa471 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=jakarta.el.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