Skip to content

Commit

Permalink
Fix JENKINS-38871
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Feb 1, 2017
1 parent acea69f commit 65fabc0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ private interface Setter {
/**
* Builds up the {@link #setters} map that encapsulates where/how to set the value.
*/
private void buildMap() {
private synchronized void buildMap() {
if (setters!=null) return;

setters = new ConcurrentHashMap<>();
Expand Down

0 comments on commit 65fabc0

Please sign in to comment.