提交 52b265b1 编写于 作者: S Stephen Connolly 提交者: Oliver Gondža

[JENKINS-30139] Forgot to change this one

(cherry picked from commit 67cce202)
上级 108f2c4b
......@@ -222,7 +222,7 @@ public class OldDataMonitor extends AdministrativeMonitor {
if (vr != null) {
vr.extra = buf.toString();
break;
} else if (odm.data.put(ref, new VersionRange(null, buf.toString())) == null) {
} else if (odm.data.putIfAbsent(ref, new VersionRange(null, buf.toString())) == null) {
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册