Loading core/java/android/net/http/AndroidHttpClient.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -66,8 +66,7 @@ import android.util.Log; /** /** * Implementation of the Apache {@link DefaultHttpClient} that is configured with * Implementation of the Apache {@link DefaultHttpClient} that is configured with * reasonable default settings and registered schemes for Android, and * reasonable default settings and registered schemes for Android. * also lets the user add {@link HttpRequestInterceptor} classes. * Don't create this directly, use the {@link #newInstance} factory method. * Don't create this directly, use the {@link #newInstance} factory method. * * * <p>This client processes cookies but does not retain them by default. * <p>This client processes cookies but does not retain them by default. Loading Loading
core/java/android/net/http/AndroidHttpClient.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -66,8 +66,7 @@ import android.util.Log; /** /** * Implementation of the Apache {@link DefaultHttpClient} that is configured with * Implementation of the Apache {@link DefaultHttpClient} that is configured with * reasonable default settings and registered schemes for Android, and * reasonable default settings and registered schemes for Android. * also lets the user add {@link HttpRequestInterceptor} classes. * Don't create this directly, use the {@link #newInstance} factory method. * Don't create this directly, use the {@link #newInstance} factory method. * * * <p>This client processes cookies but does not retain them by default. * <p>This client processes cookies but does not retain them by default. Loading