summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HttpAuthHandlerImpl.java
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2011-12-16 18:36:20 +0000
committerJonathan Dixon <joth@google.com>2011-12-19 16:01:31 +0000
commit4cde13a3bbf29e065a278dc6c31c2cd9fd16f7f6 (patch)
treeb58fe5253e50e67fb2396e069d944178a19b09ec /core/java/android/webkit/HttpAuthHandlerImpl.java
parent77aba791ac2a9b72632d52d5f6af3bb93334088d (diff)
downloadframeworks_base-4cde13a3bbf29e065a278dc6c31c2cd9fd16f7f6.zip
frameworks_base-4cde13a3bbf29e065a278dc6c31c2cd9fd16f7f6.tar.gz
frameworks_base-4cde13a3bbf29e065a278dc6c31c2cd9fd16f7f6.tar.bz2
Remove misleading API council comments
Most of these APIs have no intention of being published, at least not in anything like the current form. Change-Id: I1df3ae00320f909caea8a0d42d50ee7400577635
Diffstat (limited to 'core/java/android/webkit/HttpAuthHandlerImpl.java')
-rw-r--r--core/java/android/webkit/HttpAuthHandlerImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/webkit/HttpAuthHandlerImpl.java b/core/java/android/webkit/HttpAuthHandlerImpl.java
index ac05125..01e8eb8 100644
--- a/core/java/android/webkit/HttpAuthHandlerImpl.java
+++ b/core/java/android/webkit/HttpAuthHandlerImpl.java
@@ -270,7 +270,6 @@ class HttpAuthHandlerImpl extends HttpAuthHandler {
/**
* Informs the WebView of a new set of credentials.
- * @hide Pending API council review
*/
public static void onReceivedCredentials(LoadListener loader,
String host, String realm, String username, String password) {