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 8cefd87  adds new class to API list
8cefd87 is described below

commit 8cefd87d79eb4771c54e88ba3e91ef06c9024cb0
Author: Keith Turner <[email protected]>
AuthorDate: Mon Jan 12 23:40:58 2026 +0000

    adds new class to API list
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 34e2295..7c431d1 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ section](#getting-started) for an example of how to use this 
java library.
 The following types constitute the public API of this library. All other types
 are package private and are not part of the public API.
 
+  * [Access](core/src/main/java/org/apache/accumulo/access/Access.java).
   * 
[InvalidAccessExpressionException](core/src/main/java/org/apache/accumulo/access/InvalidAccessExpressionException.java).
   * 
[AccessEvaluator](core/src/main/java/org/apache/accumulo/access/AccessEvaluator.java).
   * 
[AccessExpression](core/src/main/java/org/apache/accumulo/access/AccessExpression.java).

Reply via email to