OSDN Git Service

am f415f3d7: Merge "Deprecate WebSettings.LOAD_NORMAL cache mode."
authorMikhail Naganov <mnaganov@google.com>
Tue, 18 Dec 2012 07:02:27 +0000 (23:02 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 18 Dec 2012 07:02:27 +0000 (23:02 -0800)
* commit 'f415f3d72bbea4c08f6d52b74bb207b587cde722':
  Deprecate WebSettings.LOAD_NORMAL cache mode.

core/java/android/webkit/WebSettings.java

index ee7c251..49c1af1 100644 (file)
@@ -1311,7 +1311,7 @@ public abstract class WebSettings {
      * and content is re-validated as needed. When navigating back, content is
      * not revalidated, instead the content is just retrieved from the cache.
      * This method allows the client to override this behavior by specifying
-     * one of {@link #LOAD_DEFAULT}, {@link #LOAD_NORMAL},
+     * one of {@link #LOAD_DEFAULT},
      * {@link #LOAD_CACHE_ELSE_NETWORK}, {@link #LOAD_NO_CACHE} or
      * {@link #LOAD_CACHE_ONLY}. The default value is {@link #LOAD_DEFAULT}.
      *