keith-turner opened a new issue, #4038: URL: https://github.com/apache/accumulo/issues/4038
**Describe the bug** On the interfaces InstanceOperations, NamespaceOperations, and TableOperations there are multiple methods for obtaining configuration/properties. Some of these methods return a composite view and some do not. The javadoc for each method should clearly indicate whether its returning a composite view or not. A composite view means it combines multiple layers of configuration. For example obtaining a composite view of the table properties would return table+namespace+system+site+default properties. **Expected behavior** The javadoc clearly explains what is returned. -- 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]
