Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb71733b authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

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

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

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

* commit '7c8258d0':
  Fix the last remaining @deprecated tag without comment warning.
parents 4cf0f45d 7c8258d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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() {