From a58967a9899e691a28fc8e277115838e2b0d0f67 Mon Sep 17 00:00:00 2001
From: Katie McCormick
Date: Wed, 11 Dec 2013 18:12:22 -0800
Subject: [PATCH] Doc update: removed the word "new".
Change-Id: I8764d94e0f924feeae21a0230dc4f50eacf7754a
---
docs/html/guide/topics/providers/document-provider.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/guide/topics/providers/document-provider.jd b/docs/html/guide/topics/providers/document-provider.jd
index cd1fd1ab985bd..8ea08bdf4a362 100644
--- a/docs/html/guide/topics/providers/document-provider.jd
+++ b/docs/html/guide/topics/providers/document-provider.jd
@@ -80,7 +80,7 @@ StorageClient
across all of their their preferred document storage providers. A standard, easy-to-use UI
lets users browse files and access recents in a consistent way across apps and providers.
-Cloud or local storage services can participate in this ecosystem by implementing a new
+
Cloud or local storage services can participate in this ecosystem by implementing a
{@link android.provider.DocumentsProvider} that encapsulates their services. Client
apps that need access to a provider's documents can integrate with the SAF with just a few
lines of code.