diff options
| author | 2011-03-16 13:38:24 -0700 | |
|---|---|---|
| committer | 2011-03-16 13:38:24 -0700 | |
| commit | 5b7a1bd7906b24e92d61b967abe736cc3559bf08 (patch) | |
| tree | 4c2b612a21681f88f3b3738cf01f5256b6540a32 | |
| parent | 1a47fc353157bf9798c8a7425f106681e14bf4a5 (diff) | |
| parent | b0a07f0ce54ee812f9a00cc53f43919051d563c3 (diff) | |
am b0a07f0c: am 6bb2020e: Merge "add comment to deprecated tag" into honeycomb-mr1
* commit 'b0a07f0ce54ee812f9a00cc53f43919051d563c3':
add comment to deprecated tag
| -rw-r--r-- | core/java/android/webkit/WebView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 6cb57d90f2c0..eaa31006ef42 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1362,7 +1362,7 @@ public class WebView extends AbsoluteLayout /** * Return the amount of the titlebarview (if any) that is visible * - * @deprecated + * @deprecated This method is now obsolete. */ public int getVisibleTitleHeight() { // need to restrict mScrollY due to over scroll |