OSDN Git Service

Fix typo in AndroidHttpClient JavaDoc.
authorElliott Hughes <enh@google.com>
Tue, 12 Jul 2011 23:02:50 +0000 (16:02 -0700)
committerElliott Hughes <enh@google.com>
Tue, 12 Jul 2011 23:02:50 +0000 (16:02 -0700)
Bug: http://code.google.com/p/android/issues/detail?id=14788
Change-Id: I7465c6c42e7b208efc9c954ac46c1b683676106e

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

index 641a576..c534e58 100644 (file)
@@ -65,7 +65,7 @@ import android.util.Base64;
 import android.util.Log;
 
 /**
- * Subclass 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
  * also lets the user add {@link HttpRequestInterceptor} classes.
  * Don't create this directly, use the {@link #newInstance} factory method.