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

Commit 4d8cc7bd authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix the last remaining @deprecated tag without comment warning.

Change-Id: Id4c50dee743fa781ca3f470f97ed76d1501f7222
parent 4709c7fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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() {