Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7905db94 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 878da653: am 9ed4abd8: Merge "Fix AndroidHttpClient documentation error."

* commit '878da653':
  Fix AndroidHttpClient documentation error.
parents a0e1f91b 878da653
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -67,8 +67,7 @@ import java.util.zip.GZIPOutputStream;

/**
 * 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.