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;