-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
CacheBuilder
Duration
overloads available in guava-android
.
Also, related minor changes: - Import `java.time.Duration` instead of using it fully qualified. (Somehow, existing unqualified usages of `Duration` in _Javadoc_ references were working even without the import.) Compare cl/641315337. - "Upstream" a fix to a Javadoc reference to `maximumSize` from the Android flavor to the mainline. Fixes #7232 Progress on #6567 RELNOTES=`cache`: Added `CacheBuilder` `Duration` overloads to `guava-android`. PiperOrigin-RevId: 642709673
- Loading branch information
Showing
8 changed files
with
338 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.