OSDN Git Service

Fix AndroidHttpClient documentation error.
authorElliott Hughes <enh@google.com>
Thu, 29 Nov 2012 16:32:13 +0000 (08:32 -0800)
committerElliott Hughes <enh@google.com>
Thu, 29 Nov 2012 16:32:13 +0000 (08:32 -0800)
AndroidHttpClient doesn't let the user add HttpRequestInterceptor classes.

Bug: http://code.google.com/p/android/issues/detail?id=37294
Change-Id: I66f6581fa321dc16ddfe35c8f4242bc31f79bdfa

core/java/android/net/http/AndroidHttpClient.java

index c534e58..fabe018 100644 (file)
@@ -66,8 +66,7 @@ import android.util.Log;
 
 /**
  * Implementation of the Apache {@link DefaultHttpClient} that is configured with
- * reasonable default settings and registered schemes for Android, and
- * also lets the user add {@link HttpRequestInterceptor} classes.
+ * reasonable default settings and registered schemes for Android.
  * Don't create this directly, use the {@link #newInstance} factory method.
  *
  * <p>This client processes cookies but does not retain them by default.