Loading core/java/android/webkit/CacheManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -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() { Loading Loading
core/java/android/webkit/CacheManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -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() { Loading