From f27ac09501dfcf12668c8144fbc8cc041b872388 Mon Sep 17 00:00:00 2001 From: Selim Gurun Date: Thu, 28 Jun 2012 11:21:05 -0700 Subject: [PATCH] Update documentation to clarify AppCache usage Bug: 5869022 Change-Id: I5830583b6c68128cbfda0e61cd6f031702faebf5 --- core/java/android/webkit/WebSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java index 5e5e23c475089..1a868d5b4bf96 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 */