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 2021/07/09 12:09:29 UTC

[tomcat] 01/02: Remove the completed TODO (it was for an i18n string in the exception)

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

commit 1b728785484e2baf9c42b2efdb882547f90fde88
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 9 12:02:46 2021 +0100

    Remove the completed TODO (it was for an i18n string in the exception)
---
 java/org/apache/el/lang/ELSupport.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/el/lang/ELSupport.java b/java/org/apache/el/lang/ELSupport.java
index c37fbac..3f8fa78 100644
--- a/java/org/apache/el/lang/ELSupport.java
+++ b/java/org/apache/el/lang/ELSupport.java
@@ -631,7 +631,6 @@ public class ELSupport {
                 (Object obj, Method method, Object[] args) -> {
             // Functional interfaces have a single, abstract method
             if (!Modifier.isAbstract(method.getModifiers())) {
-                // TODO
                 throw new ELException(MessageFactory.get("elSupport.coerce.nonAbstract", type, method));
             }
             return lambdaExpression.invoke(ctx, args);

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