Skip to content

Commit

Permalink
Roll forward of d18f978: Add SettableFuture as a WellKnownThreadSafet…
Browse files Browse the repository at this point in the history
…y type.

PiperOrigin-RevId: 524331142
  • Loading branch information
cushon authored and Error Prone Team committed Apr 14, 2023
1 parent 3178089 commit d6d8a34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private static ImmutableMap<String, AnnotationInfo> buildThreadSafeClasses(
.add("com.google.common.util.concurrent.ListeningScheduledExecutorService")
.add("com.google.common.util.concurrent.RateLimiter")
.add("com.google.common.util.concurrent.RateObserver")
.add("com.google.common.util.concurrent.SettableFuture", "V")
.add("com.google.common.util.concurrent.Striped", "L")
.add("com.google.common.cache.LoadingCache", "K", "V")
.add("com.google.common.cache.AsyncLoadingCache", "K", "V")
Expand Down

0 comments on commit d6d8a34

Please sign in to comment.