Skip to content

Bug: StopStrategies&StopStrategies will throw unformatted message #97

@Technoboy-

Description

@Technoboy-

Reproduce:

StopStrategies.stopAfterAttempt(0);

It will throw print:

java.lang.IllegalArgumentException: maxAttemptNumber must be >= 1 but is %d [0]

The reason is for guava will format "%s", but we input "%d".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions