Merge "Fix the last remaining @deprecated tag without comment warning." into gingerbread
This commit is contained in:
@ -284,7 +284,7 @@ public final class CacheManager {
|
|||||||
// only called from WebCore Thread
|
// only called from WebCore Thread
|
||||||
// make sure to call startCacheTransaction/endCacheTransaction in pair
|
// make sure to call startCacheTransaction/endCacheTransaction in pair
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated Always returns false.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static boolean startCacheTransaction() {
|
public static boolean startCacheTransaction() {
|
||||||
@ -294,7 +294,7 @@ public final class CacheManager {
|
|||||||
// only called from WebCore Thread
|
// only called from WebCore Thread
|
||||||
// make sure to call startCacheTransaction/endCacheTransaction in pair
|
// make sure to call startCacheTransaction/endCacheTransaction in pair
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated Always returns false.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static boolean endCacheTransaction() {
|
public static boolean endCacheTransaction() {
|
||||||
|
Reference in New Issue
Block a user