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 9dc8b4c8e2682d09cf5a7ec83ac8436e006643f8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jan 20 20:13:18 2023 +0000 Re-format. No functional change. --- test/org/apache/el/parser/TestAstFunction.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/org/apache/el/parser/TestAstFunction.java b/test/org/apache/el/parser/TestAstFunction.java index c4d72b8c43..5697f020e3 100644 --- a/test/org/apache/el/parser/TestAstFunction.java +++ b/test/org/apache/el/parser/TestAstFunction.java @@ -33,8 +33,7 @@ public class TestAstFunction { @Test public void testImport02() { ELProcessor processor = new ELProcessor(); - processor.getELManager().getELContext().getImportHandler() - .importStatic("java.lang.Integer.valueOf"); + processor.getELManager().getELContext().getImportHandler().importStatic("java.lang.Integer.valueOf"); Object result = processor.getValue("valueOf(1000)", Integer.class); Assert.assertEquals(Integer.valueOf(1000), result); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org