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
java.lang.IllegalArgumentException: maxAttemptNumber must be >= 1 but is %d [0]
The reason is for guava will format "%s", but we input "%d".
The text was updated successfully, but these errors were encountered:
Technoboy-
changed the title
Bug: StopStrategies&StopStrategies will throw unformat message
Bug: StopStrategies&StopStrategies will throw unformatted message
Oct 20, 2020
Technoboy-
added a commit
to Technoboy-/guava-retrying
that referenced
this issue
Oct 20, 2020
Reproduce:
It will throw print:
The reason is for guava will format "%s", but we input "%d".
The text was updated successfully, but these errors were encountered: