You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where possible use generics, even if it means using <?> in some cases, for classes that are parameterized. This is now only the Attempt class, since the type parameters was removed from Retryer and RetryerBuilder.
The text was updated successfully, but these errors were encountered:
Where possible use generics, even if it means using
<?>
in some cases, for classes that are parameterized. This is now only theAttempt
class, since the type parameters was removed fromRetryer
andRetryerBuilder
.The text was updated successfully, but these errors were encountered: