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 066fc9a..47f1c6f 100644
--- a/core/java/android/webkit/WebView.java
+++ b/core/java/android/webkit/WebView.java
@@ -1108,7 +1108,7 @@ public class WebView extends AbsoluteLayout
* returned object.
*
* @deprecated Use {@link #onDraw} to obtain a bitmap snapshot of the WebView, or
- * {@link #saveWebArchive} or {@link #exportToPdf} to save the content to a file.
+ * {@link #saveWebArchive} to save the content to a file.
*
* @return a picture that captures the current contents of this WebView
*/