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.