summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-08-16 22:01:31 -0700
committerJoe Fernandez <joefernandez@google.com>2015-08-16 22:01:31 -0700
commit70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7 (patch)
treee0cf9a77aaec58212c58aa29b813187039631e59
parent28f2ba8e30d774859b38e91a3f1ab91e31a69caf (diff)
downloadframeworks_base-70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7.zip
frameworks_base-70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7.tar.gz
frameworks_base-70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7.tar.bz2
docs: fix build errors due to linked apache http classes
- apache.http packages have been dropped in mnc-dev, causing build errors Change-Id: I3bcfe0e9a6ecfb20b27df1712e2e527f6af85982
-rw-r--r--docs/html/about/versions/android-5.1.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/android-5.1.jd b/docs/html/about/versions/android-5.1.jd
index 1238680..af39761 100644
--- a/docs/html/about/versions/android-5.1.jd
+++ b/docs/html/about/versions/android-5.1.jd
@@ -98,7 +98,7 @@ sdk.platform.apiLevel=22
<h2 id="http">Deprecated HTTP Classes</h2>
<p>
- The {@code org.apache.http} classes and the {@link android.net.http.AndroidHttpClient} class
+ The {@code org.apache.http} classes and the {@code android.net.http.AndroidHttpClient} class
have been deprecated in Android 5.1. These classes are no longer being maintained and you should
migrate any app code using these APIs to the {@link java.net.URLConnection} classes as soon as
possible.