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 ED378C555 for ; Wed, 12 Mar 2014 17:33:26 +0000 (UTC) Received: (qmail 14286 invoked by uid 500); 12 Mar 2014 17:33:26 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 14241 invoked by uid 500); 12 Mar 2014 17:33:25 -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 14214 invoked by uid 99); 12 Mar 2014 17:33:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 17:33:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 17:33:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D318A238899C; Wed, 12 Mar 2014 17:32:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1576830 - /accumulo/site/trunk/content/source.mdtext Date: Wed, 12 Mar 2014 17:32:58 -0000 To: commits@accumulo.apache.org From: bhavanki@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140312173258.D318A238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bhavanki Date: Wed Mar 12 17:32:58 2014 New Revision: 1576830 URL: http://svn.apache.org/r1576830 Log: Removed nested list in Public API section, doesn't render right Modified: accumulo/site/trunk/content/source.mdtext Modified: accumulo/site/trunk/content/source.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/source.mdtext?rev=1576830&r1=1576829&r2=1576830&view=diff ============================================================================== --- accumulo/site/trunk/content/source.mdtext (original) +++ accumulo/site/trunk/content/source.mdtext Wed Mar 12 17:32:58 2014 @@ -93,11 +93,7 @@ Changes should be merged from earlier br The following classes constitute the Accumulo "public API": * All classes in org.apache.accumulo.core.client except those in "impl" subpackages -* The following classes in org.apache.accumulo.core.data: - * Key - * Mutation - * Value - * Range +* The following classes in org.apache.accumulo.core.data: Key, Mutation, Value, Range Changes to non-private members of those classes are subject to additional scrutiny to minimize compatibility problems across Accumulo versions.