We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32502d9 + 7d035c3 commit 7423ff0Copy full SHA for 7423ff0
src/main/java/io/jenkins/plugins/httpclient/RobustHTTPClient.java
@@ -58,13 +58,10 @@
58
import org.apache.http.entity.FileEntity;
59
import org.apache.http.impl.client.CloseableHttpClient;
60
import org.apache.http.impl.client.HttpClients;
61
-import org.kohsuke.accmod.Restricted;
62
-import org.kohsuke.accmod.restrictions.Beta;
63
64
/**
65
* Utility to make HTTP connections with protection against transient failures.
66
*/
67
-@Restricted(Beta.class)
68
public final class RobustHTTPClient implements Serializable {
69
70
private static final long serialVersionUID = 1;
0 commit comments