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

Commit b5503c16 authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Fix warnings in docs generation.

This should fix the droiddoc warning related to the browser. Will make it a bit easier to pick up errors.

Change-Id: I8dc276bbe3d15f224eba7e4e97046024173dcecc
parent 224744cc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -648,8 +648,7 @@ public class Browser {
     */
    public static class SearchColumns implements BaseColumns {
        /**
         * Not used.
         * @deprecated
         * @deprecated Not used.
         */
        @Deprecated
        public static final String URL = "url";
+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 Not used
     */
    @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 Not used
     */
    @Deprecated
    public static boolean endCacheTransaction() {
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ public class WebViewClient {
     * @deprecated This method is no longer called. When the WebView encounters
     *             a redirect loop, it will cancel the load.
     */
    @Deprecated
    public void onTooManyRedirects(WebView view, Message cancelMsg,
            Message continueMsg) {
        cancelMsg.sendToTarget();