Skip to content

Commit 6938083

Browse files
committed
SpotBugs
1 parent 7af0af9 commit 6938083

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/StepDescriptor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
import com.google.common.base.Predicate;
2828
import com.google.common.collect.Iterables;
29-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
3029
import hudson.ExtensionList;
3130
import hudson.FilePath;
3231
import 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();

0 commit comments

Comments
 (0)