milleruntime opened a new pull request #2325: URL: https://github.com/apache/accumulo/pull/2325
This reverts commit 2e8144ec89e74d37c7ff97d301051fea747e05c7. The move of this class breaks API compatibility in the class hierarchy. I am not sure how the parent class being in the `clientImpl` is not picked up by the apilyzer plugin. It could be since the super class of AbstractLexicoder in `clientImpl` happens to be in the public API that it doesn't actually expose any internal class. While it is awkward that AbstractLexicoder is in a different non-API package, it seems that it ultimately doesn't matter for the public API. -- 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]
