GitHub user milleruntime opened a pull request: https://github.com/apache/accumulo/pull/279
ACCUMULO-3238 Table.ID Namespace.ID Refactor * Replaced all occurrences of tableId and namespaceId Strings that aren't a part of the user facing API with type safe Table.ID and Namespace.ID objects. * Table.ID and Namespace.ID both extend the abstract class AbstractId * Created new methods in Tables and Namespaces for internal use of these type safe objects. You can merge this pull request into a Git repository by running: $ git pull https://github.com/milleruntime/accumulo ACCUMULO-3238 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/279.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #279 ---- commit 7b6d7cd70f4427475abb1014e74e5a692ee3c470 Author: Mike Miller <mmil...@apache.org> Date: 2017-07-05T21:06:40Z ACCUMULO-3238 Table.ID Namespace.ID Refactor * Replaced all occurrences of tableId and namespaceId Strings that aren't a part of the user facing API with type safe Table.ID and Namespace.ID objects. * Created new methods in Tables and Namespaces for internal use of these type safe objects. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---