From df3859ebeb3eff4741d57b9f5b15b406f275db52 Mon Sep 17 00:00:00 2001 From: Jonathan Dixon Date: Wed, 18 Sep 2013 12:51:47 -0700 Subject: [PATCH] Fix obsolete API reference Bug 10361803 exportToPdf use-case not supported in K so removing that dangling reference from the javadoc Change-Id: Ia0fe3aa9ed5150639d1f72341c89568a0a7e1c7d --- core/java/android/webkit/WebView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index d05bba7707383..20fb1a7d97031 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1067,7 +1067,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 */