Skip to content

Commit 7423ff0

Browse files
Merge pull request #25 from jglick/RobustHTTPClient-beta
Make RobustHTTPClient a public API (was in Beta before)
2 parents 32502d9 + 7d035c3 commit 7423ff0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/jenkins/plugins/httpclient/RobustHTTPClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,10 @@
5858
import org.apache.http.entity.FileEntity;
5959
import org.apache.http.impl.client.CloseableHttpClient;
6060
import org.apache.http.impl.client.HttpClients;
61-
import org.kohsuke.accmod.Restricted;
62-
import org.kohsuke.accmod.restrictions.Beta;
6361

6462
/**
6563
* Utility to make HTTP connections with protection against transient failures.
6664
*/
67-
@Restricted(Beta.class)
6865
public final class RobustHTTPClient implements Serializable {
6966

7067
private static final long serialVersionUID = 1;

0 commit comments

Comments
 (0)