Skip to content

Commit

Permalink
add @restricted(NoExternalUse.class)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Nov 16, 2023
1 parent 37918b9 commit 0c09528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/hudson/ProxyConfigurationManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
import jenkins.model.GlobalConfiguration;
import jenkins.model.Jenkins;
import net.sf.json.JSONObject;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
import org.kohsuke.stapler.StaplerRequest;

@Extension
@Extension @Restricted(NoExternalUse.class)
public class ProxyConfigurationManager extends GlobalConfiguration {

@NonNull
Expand Down

0 comments on commit 0c09528

Please sign in to comment.