Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-43507] Findbugs being a bit of a pain
  • Loading branch information
stephenc committed Jul 5, 2017
1 parent 19dee71 commit b703847
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ public MercurialSCMSource(String id, String source) {
if (browser != null) {
traits.add(new MercurialBrowserSCMSourceTrait(browser));
}
setTraits(traits);
this.traits = SCMTrait.asSetList(traits);
}

@SuppressFBWarnings("RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE")
Expand Down

0 comments on commit b703847

Please sign in to comment.