ctubbsii commented on issue #56:
URL: https://github.com/apache/accumulo-access/issues/56#issuecomment-4035336452

   I think the API has evolved quite a bit from my initial suggestions, and I 
don't think it really applies anymore.
   
   ```java
   // given this:
   var auths = access.newAuthorizations(Set.of(authsInput));
   // I still prefer:
   auths.evaluator();
   // vs. this:
   access.newEvaluator(auths);
   ```
   
   However, I don't feel very strongly about it at this time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to