summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebSettings.java
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2012-06-28 11:21:05 -0700
committerSelim Gurun <sgurun@google.com>2012-07-10 11:19:58 -0700
commitf27ac09501dfcf12668c8144fbc8cc041b872388 (patch)
tree31c3d4aa54d45e337eae5d10956502faa04ca0b5 /core/java/android/webkit/WebSettings.java
parent67f64d0d0d11c02fd892d08804d5c6ea28535b42 (diff)
downloadframeworks_base-f27ac09501dfcf12668c8144fbc8cc041b872388.zip
frameworks_base-f27ac09501dfcf12668c8144fbc8cc041b872388.tar.gz
frameworks_base-f27ac09501dfcf12668c8144fbc8cc041b872388.tar.bz2
Update documentation to clarify AppCache usage
Bug: 5869022 Change-Id: I5830583b6c68128cbfda0e61cd6f031702faebf5
Diffstat (limited to 'core/java/android/webkit/WebSettings.java')
-rw-r--r--core/java/android/webkit/WebSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java
index 5e5e23c..1a868d5 100644
--- a/core/java/android/webkit/WebSettings.java
+++ b/core/java/android/webkit/WebSettings.java
@@ -1009,7 +1009,7 @@ public abstract class WebSettings {
* will be rounded to the nearest value that the database can support, so
* this should be viewed as a guide, not a hard limit. Setting the
* size to a value less than current database size does not cause the
- * database to be trimmed. The default size is {@link Long.MAX_VALUE}.
+ * database to be trimmed. The default size is {@link Long#MAX_VALUE}.
*
* @param appCacheMaxSize the maximum size in bytes
*/