Changed aggregate_exception to aggregate_exceptions

Changed singular to plural to follow the apparent convention.
This commit is contained in:
Dmitri Plotnikov
2009-06-03 17:40:47 -07:00
parent ebb03a78ce
commit a41d3856fa

View File

@@ -721,7 +721,7 @@ public final class ContactsContract {
* The content:// style URI for this table
*/
public static final Uri CONTENT_URI =
Uri.withAppendedPath(AUTHORITY_URI, "aggregation_exception");
Uri.withAppendedPath(AUTHORITY_URI, "aggregation_exceptions");
/**
* The MIME type of {@link #CONTENT_URI} providing a directory of data.