Fix the last remaining @deprecated tag without comment warning.

Change-Id: I526707233652e8092b33357d08f8ed81cd3a9e14
diff --git a/core/java/android/webkit/CacheManager.java b/core/java/android/webkit/CacheManager.java
index 52a117d..d171990 100644
--- a/core/java/android/webkit/CacheManager.java
+++ b/core/java/android/webkit/CacheManager.java
@@ -284,7 +284,7 @@
     // 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 @@
     // 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() {