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

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new 05bd424  fixes compile error introduced by #16
05bd424 is described below

commit 05bd4248d7e928491676564a7e18db269fb5e9ed
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Fri Sep 29 19:00:26 2023 -0400

    fixes compile error introduced by #16
---
 src/main/java/org/apache/accumulo/access/AccessExpression.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/accumulo/access/AccessExpression.java 
b/src/main/java/org/apache/accumulo/access/AccessExpression.java
index 6da3bdb..fa20807 100644
--- a/src/main/java/org/apache/accumulo/access/AccessExpression.java
+++ b/src/main/java/org/apache/accumulo/access/AccessExpression.java
@@ -18,6 +18,8 @@
  */
 package org.apache.accumulo.access;
 
+import java.util.Arrays;
+
 /**
  * An opaque type that contains a parsed access expression. When this type is 
constructed with
  * {@link #of(String)} and then used with {@link 
AccessEvaluator#canAccess(AccessExpression)} it can

Reply via email to