Author: kturner Date: Thu Mar 13 23:27:40 2014 New Revision: 1577377 URL: http://svn.apache.org/r1577377 Log: ACCUMULO-2472 Add level of indirection to API info on site
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=1577377&r1=1577376&r2=1577377&view=diff ============================================================================== --- accumulo/site/trunk/content/source.mdtext (original) +++ accumulo/site/trunk/content/source.mdtext Thu Mar 13 23:27:40 2014 @@ -90,10 +90,7 @@ Changes should be merged from earlier br ### Public API -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 +Refer to the README in the release you are using to see what packages in the public API. Changes to non-private members of those classes are subject to additional scrutiny to minimize compatibility problems across Accumulo versions.