summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/webkit/WebView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java
index b9918c0..9b51e43 100644
--- a/core/java/android/webkit/WebView.java
+++ b/core/java/android/webkit/WebView.java
@@ -1479,7 +1479,7 @@ public class WebView extends AbsoluteLayout
* Clears the client certificate preferences table stored in response
* to proceeding/cancelling client cert requests. Note that webview
* automatically clears these preferences when it receives a
- * {@link KeyChain.ACTION_STORAGE_CHANGED} intent. The client certificate
+ * {@link KeyChain#ACTION_STORAGE_CHANGED} intent. The client certificate
* preferences are global for all Webviews.
*
* @param onCleared A runnable to be invoked when client certs are cleared.