diff options
| author | Joe Onorato <joeo@google.com> | 2010-09-10 15:01:35 -0400 |
|---|---|---|
| committer | Joe Onorato <joeo@google.com> | 2010-09-10 15:01:35 -0400 |
| commit | 4d8cc7bdf45ca2d8222190c92aa9a0b19a0c4313 (patch) | |
| tree | 1b9413b95f7bcd230d5c611d7c83f45e71113560 /core/java/android/webkit/CacheManager.java | |
| parent | 4709c7faaa7d14b136dd3b1d8126f972ee11a1aa (diff) | |
Fix the last remaining @deprecated tag without comment warning.
Change-Id: Id4c50dee743fa781ca3f470f97ed76d1501f7222
Diffstat (limited to 'core/java/android/webkit/CacheManager.java')
| -rw-r--r-- | core/java/android/webkit/CacheManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/webkit/CacheManager.java b/core/java/android/webkit/CacheManager.java index d5058b0e0f8e..d17199028658 100644 --- a/core/java/android/webkit/CacheManager.java +++ b/core/java/android/webkit/CacheManager.java @@ -284,7 +284,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** - * @deprecated + * @deprecated Always returns false. */ @Deprecated public static boolean startCacheTransaction() { @@ -294,7 +294,7 @@ public final class CacheManager { // only called from WebCore Thread // make sure to call startCacheTransaction/endCacheTransaction in pair /** - * @deprecated + * @deprecated Always returns false. */ @Deprecated public static boolean endCacheTransaction() { |
