Skip to content

Commit

Permalink
Merge branch 'master' into CommandListener-JENKINS-27035
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 12, 2018
2 parents 80a6adf + 3824571 commit 1a20ee1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
package com.cloudbees.jenkins.support.api;

import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.ExtensionPoint;
import hudson.security.ACL;
import hudson.security.Permission;
import jenkins.model.Jenkins;
import org.acegisecurity.Authentication;
import org.apache.tools.ant.ExtensionPoint;

import java.util.Collections;
import java.util.Set;
Expand All @@ -43,7 +43,7 @@
*
* @author Stephen Connolly
*/
public abstract class Component extends ExtensionPoint {
public abstract class Component implements ExtensionPoint {

/**
* Returns the (possibly empty, never null) list of permissions that are required for the user to include this
Expand Down

0 comments on commit 1a20ee1

Please # to comment.