Skip to content

Commit

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

PiperOrigin-RevId: 350823181
  • Loading branch information
cushon authored and Error Prone Team committed Jan 8, 2021
1 parent 8cbcaa7 commit 4275784
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 4275784

Please sign in to comment.