keith-turner commented on code in PR #96: URL: https://github.com/apache/accumulo-access/pull/96#discussion_r2677875002
########## core/src/main/java/org/apache/accumulo/access/impl/AccessExpressionImpl.java: ########## Review Comment: Not sure, it currently does not have equals(), hashCode(), or toString(). Also, it has a mutable field that is in atomic ref. It could be a record, but the atomic ref feels like it goes against the spirit of a record. -- 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]
