am e3cd66eb: am b0514a0c: am 70004d9f: docs: fix build errors due to linked apache http classes

* commit 'e3cd66eb18f24d6e4bbcabb0a22394c1274dca7a':
  docs: fix build errors due to linked apache http classes
This commit is contained in:
Joe Fernandez
2015-08-17 05:30:40 +00:00
committed by Android Git Automerger

View File

@@ -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.