yangys
2024-05-09 014ac34ff2baf657c3236f41fdbf11c9d7d414b4
smart-starter-http/src/main/java/com/qianwen/core/http/RetryPolicy.java
@@ -3,7 +3,6 @@
import java.util.function.Predicate;
import javax.annotation.Nullable;
/* loaded from: blade-starter-http-9.3.0.0-SNAPSHOT.jar:org/springblade/core/http/RetryPolicy.class */
public class RetryPolicy {
    public static final RetryPolicy INSTANCE = new RetryPolicy();
    private final int maxAttempts;