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/02/07 16:20:42 UTC

[commons-jexl] branch master updated: JEXL-381: fix style again;

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


The following commit(s) were added to refs/heads/master by this push:
     new d8313378 JEXL-381: fix style again;
d8313378 is described below

commit d83133786a73f88a9a1d6240ea8b927595d49c4e
Author: henrib <he...@apache.org>
AuthorDate: Tue Feb 7 17:20:37 2023 +0100

    JEXL-381: fix style again;
---
 .../java/org/apache/commons/jexl3/introspection/JexlPermissions.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java b/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
index eb96eb86..045cdefc 100644
--- a/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
+++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlPermissions.java
@@ -16,7 +16,6 @@
  */
 package org.apache.commons.jexl3.introspection;
 
-import org.apache.commons.jexl3.internal.introspection.Permissions;
 import org.apache.commons.jexl3.internal.introspection.PermissionsParser;
 
 import java.lang.reflect.Constructor;