You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2023/03/16 20:34:24 UTC

[commons-jexl] 02/03: JEXL-394: let classmap/permmissions see synthetic/bridge methods (as long as they are public);

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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 398f5cdf121801cc7a0479827ce8e0c8f014491a
Author: henrib <he...@apache.org>
AuthorDate: Thu Mar 16 21:34:06 2023 +0100

    JEXL-394: let classmap/permmissions see synthetic/bridge methods (as long as they are public);
---
 src/test/java/org/apache/commons/jexl3/Issues300Test.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/jexl3/Issues300Test.java b/src/test/java/org/apache/commons/jexl3/Issues300Test.java
index 7e98bddc..f3d087ba 100644
--- a/src/test/java/org/apache/commons/jexl3/Issues300Test.java
+++ b/src/test/java/org/apache/commons/jexl3/Issues300Test.java
@@ -24,8 +24,6 @@ import org.junit.Test;
 
 import java.io.StringReader;
 import java.io.StringWriter;
-import java.lang.reflect.Method;
-import java.lang.reflect.Modifier;
 import java.math.MathContext;
 import java.util.ArrayList;
 import java.util.Arrays;