提交 67cce202 编写于 作者: S Stephen Connolly

[JENKINS-30139] Forgot to change this one

上级 9a57858a
......@@ -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.
先完成此消息的编辑!
想要评论请 注册