File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/org/jenkinsci/plugins/workflow/steps Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 2626
2727import com .google .common .base .Predicate ;
2828import com .google .common .collect .Iterables ;
29- import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
3029import hudson .ExtensionList ;
3130import hudson .FilePath ;
3231import hudson .Launcher ;
@@ -276,7 +275,6 @@ public static ExtensionList<StepDescriptor> all() {
276275 */
277276 public static Iterable <StepDescriptor > allMeta () {
278277 return Iterables .filter (all (), new Predicate <StepDescriptor >() {
279- @ SuppressFBWarnings (value ="NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE" , justification ="all() will not return nulls" )
280278 @ Override
281279 public boolean apply (StepDescriptor i ) {
282280 Class <?> a = i .getMetaStepArgumentType ();
You can’t perform that action at this time.
0 commit comments