am ed965a2c: Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev

* commit 'ed965a2cd1e5880e47c40ccc8394fcfa5ef0c153':
  Make HttpAuthHandler ctor public/@hide.
This commit is contained in:
Ben Murdoch
2012-08-23 02:21:14 -07:00
committed by Android Git Automerger

View File

@@ -28,9 +28,9 @@ import android.os.Handler;
public class HttpAuthHandler extends Handler {
/**
* Package-private constructor needed for API compatibility.
* @hide Only for use by WebViewProvider implementations.
*/
HttpAuthHandler() {
public HttpAuthHandler() {
}
/**