Skip to content

Commit

Permalink
[JENKINS-41464] Findbugs catches another bug!
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 26, 2017
1 parent e05ea33 commit 232643c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -198,6 +198,7 @@ public GitHubSCMSource(String id, String apiUri, String checkoutCredentialsId, S
this.scanCredentialsId = Util.fixEmpty(scanCredentialsId);
this.checkoutCredentialsId = checkoutCredentialsId;
pullRequestMetadataCache = new ConcurrentHashMap<>();
pullRequestContributorCache = new ConcurrentHashMap<>();
}

/** Use defaults for old settings. */
Expand Down

0 comments on commit 232643c

Please sign in to comment.