Skip to content

Commit

Permalink
minor additions to java.io
Browse files Browse the repository at this point in the history
RELNOTES: None.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=234709510
  • Loading branch information
kevin1e100 authored and cushon committed Feb 22, 2019
1 parent 42911a2 commit 01d4242
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private boolean memberIsWhitelisted(Entry<String, ClassMemberKey> member) {
private static final ImmutableSet<String> DESUGAR_ALLOWED_CLASSES =
ImmutableSet.<String>builder()
.addAll(BASE_ALLOWED_CLASSES)
.add("java/io/UncheckedIOException")
.add("java/util/Collection")
.add("java/util/Comparator")
.add("java/util/DoubleSummaryStatistics")
Expand Down

0 comments on commit 01d4242

Please sign in to comment.