Skip to content

Commit

Permalink
[JENKINS-39213] Jesse wants us not to use ExtensionPoint unless it is…
Browse files Browse the repository at this point in the history
… an @extension
  • Loading branch information
stephenc committed Oct 25, 2016
1 parent 3df5432 commit 96bfd09
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -27,7 +27,6 @@
import com.cloudbees.hudson.plugins.folder.AbstractFolder;
import edu.umd.cs.findbugs.annotations.CheckForNull;
import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.ExtensionPoint;
import hudson.model.View;
import hudson.views.ViewsTabBar;
import java.util.List;
Expand All @@ -51,7 +50,7 @@
*
* @since FIXME
*/
public abstract class AbstractFolderViewHolder implements ExtensionPoint {
public abstract class AbstractFolderViewHolder {
/**
* Returns the list of views. If {@link #isViewsModifiable()} then this list is modifiable.
*
Expand Down

0 comments on commit 96bfd09

Please sign in to comment.