Skip to content

Commit

Permalink
Remove missed beta restriction (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Oct 10, 2020
1 parent 514ba50 commit d45d506
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import hudson.model.Run;
import hudson.model.TaskListener;
import io.jenkins.plugins.util.PluginLogger;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.Beta;
import hudson.ExtensionPoint;

import io.jenkins.plugins.checks.api.ChecksPublisher.NullChecksPublisher;
Expand All @@ -18,7 +16,6 @@
/**
* A publisher API for consumers to publish checks.
*/
@Restricted(Beta.class)
public abstract class ChecksPublisherFactory implements ExtensionPoint {
/**
* Creates a {@link ChecksPublisher} according to the {@link hudson.scm.SCM} used by the {@link Run}.
Expand Down

0 comments on commit d45d506

Please sign in to comment.