summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2010-09-10 12:44:36 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-09-10 12:44:36 -0700
commit7c8258d064efe70e8551480eaafd7296f659acd5 (patch)
tree8126597c721f2932c84e1728c4e81ec22d11489c
parent3b202844fef5eb1a213bd7108dd1b6d42b1d9c64 (diff)
parent4d8cc7bdf45ca2d8222190c92aa9a0b19a0c4313 (diff)
Merge "Fix the last remaining @deprecated tag without comment warning." into gingerbread
-rw-r--r--core/java/android/webkit/CacheManager.java4
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() {