Skip to content

Commit 7d035c3

Browse files
committed
Removing beta mark from RobustHTTPClient.
1 parent 60593aa commit 7d035c3

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)