ACCUMULO-2540 correct the Mini Accumulo Cluster's package for our API declaration.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f51b5123 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f51b5123 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f51b5123 Branch: refs/heads/1.6.0-SNAPSHOT Commit: f51b512393d623c0e0988e8051d0964b8716d59e Parents: 99791a6 Author: Sean Busbey <bus...@cloudera.com> Authored: Mon Mar 24 14:18:40 2014 -0500 Committer: Sean Busbey <bus...@cloudera.com> Committed: Mon Mar 24 14:18:40 2014 -0500 ---------------------------------------------------------------------- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/f51b5123/README ---------------------------------------------------------------------- diff --git a/README b/README index b0fbcbd..84529b3 100644 --- a/README +++ b/README @@ -303,7 +303,7 @@ The public accumulo API is composed of : * everything under org.apache.accumulo.core.client, excluding impl packages * Key, Mutation, Value, and Range in org.apache.accumulo.core.data. - * org.apache.accumulo.server.mini + * org.apache.accumulo.server.minicluster To get started using accumulo review the example and the javadoc for the packages and classes mentioned above.