Skip to content

Commit

Permalink
[JENKINS-36894] Suppress a findbug error
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Aug 4, 2016
1 parent 7cdea26 commit 2ff272b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -41,11 +41,14 @@
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.StaplerRequest;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;


public class MatrixCombinationsParameterDefinition extends ParameterDefinition {

private static final long serialVersionUID = 1L;
private final String defaultCombinationFilter;
@SuppressFBWarnings(value="SE_BAD_FIELD")
private final List<MatrixCombinationsShortcut> shortcutList;

/**
Expand Down

0 comments on commit 2ff272b

Please sign in to comment.