-
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.
Small fixes to progress towards building Guava on JDK 17.
* JDK 15 introduced a default method `CharSequence.isEmpty()` and that makes a type variable `<T extends List<E> & CharSequence>` illegal. Use `Serializable` instead of `CharSequence` (we're only testing reflection on type variables, not actually using this). * `FuturesGetCheckedBenchmark` has a list of example exception classes which included one from the now-deleted package `java.security.acl`. Use a different exception instead. RELNOTES=n/a PiperOrigin-RevId: 436368651
- Loading branch information
1 parent
df55981
commit 7e04a00
Showing
4 changed files
with
14 additions
and
14 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
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