Update documentation to clarify AppCache usage

Bug: 5869022
Change-Id: I5830583b6c68128cbfda0e61cd6f031702faebf5
This commit is contained in:
Selim Gurun
2012-06-28 11:21:05 -07:00
parent 67f64d0d0d
commit f27ac09501

View File

@@ -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
*/