am 7c8258d0: Merge "Fix the last remaining @deprecated tag without comment warning." into gingerbread

Merge commit '7c8258d064efe70e8551480eaafd7296f659acd5' into gingerbread-plus-aosp

* commit '7c8258d064efe70e8551480eaafd7296f659acd5':
  Fix the last remaining @deprecated tag without comment warning.
This commit is contained in:
Joe Onorato
2010-09-10 12:46:52 -07:00
committed by Android Git Automerger

View File

@@ -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() {