yangys
2024-04-28 08b520fb8db252b13a3f663cdd44d57c917d40e8
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;