Skip to content

Commit

Permalink
Add SettableFuture as a WellKnownThreadSafety type.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524124267
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Apr 13, 2023
1 parent b3d741b commit d18f978
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 d18f978

Please sign in to comment.