Skip to content

Commit

Permalink
Add java.time.Clock to WellKnownMutability
Browse files Browse the repository at this point in the history
Fixes google#1902, google#1326

PiperOrigin-RevId: 350823181
  • Loading branch information
cushon authored and stevie400 committed Jan 15, 2021
1 parent 50f7ecd commit 2567d03
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -204,6 +204,7 @@ private static ImmutableMap<String, AnnotationInfo> buildImmutableClasses(
.add("java.util.OptionalDouble")
.add("java.util.OptionalInt")
.add("java.util.OptionalLong")
.add("java.time.Clock")
.add("java.time.Duration")
.add("java.time.Instant")
.add("java.time.LocalDate")
Expand Down

0 comments on commit 2567d03

Please sign in to comment.