Fix the last remaining @deprecated tag without comment warning.

Change-Id: I526707233652e8092b33357d08f8ed81cd3a9e14
This commit is contained in:
Joe Onorato
2010-09-10 15:01:35 -04:00
parent bc234a19f4
commit 201480c50e

View File

@@ -284,7 +284,7 @@ public final class CacheManager {
// only called from WebCore Thread
// make sure to call startCacheTransaction/endCacheTransaction in pair
/**
* @deprecated Not used
* @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 Not used
* @deprecated Always returns false.
*/
@Deprecated
public static boolean endCacheTransaction() {