Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01B351000A for ; Mon, 24 Mar 2014 19:23:16 +0000 (UTC) Received: (qmail 53193 invoked by uid 500); 24 Mar 2014 19:23:00 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 53042 invoked by uid 500); 24 Mar 2014 19:22:56 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 52515 invoked by uid 99); 24 Mar 2014 19:22:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2014 19:22:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0E7548B588D; Mon, 24 Mar 2014 19:22:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@accumulo.apache.org Date: Mon, 24 Mar 2014 19:22:50 -0000 Message-Id: <8fdf9bd016d8428aaf50b9ec705c6104@git.apache.org> In-Reply-To: <45b8c22af33f4c0b86cd3a2496a3e3b7@git.apache.org> References: <45b8c22af33f4c0b86cd3a2496a3e3b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/6] git commit: ACCUMULO-2540 correct the Mini Accumulo Cluster's package for our API declaration. 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 Authored: Mon Mar 24 14:18:40 2014 -0500 Committer: Sean Busbey 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.