Skip to content

Commit ed965a2

Browse files
Ben MurdochAndroid (Google) Code Review
authored andcommitted
Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev
2 parents 618641f + 2433fe9 commit ed965a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/webkit/HttpAuthHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
public class HttpAuthHandler extends Handler {
2929

3030
/**
31-
* Package-private constructor needed for API compatibility.
31+
* @hide Only for use by WebViewProvider implementations.
3232
*/
33-
HttpAuthHandler() {
33+
public HttpAuthHandler() {
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)