am ed965a2c: Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev
* commit 'ed965a2cd1e5880e47c40ccc8394fcfa5ef0c153': Make HttpAuthHandler ctor public/@hide.
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user