提交 2476d141 编写于 作者: D Daniel Beck

[JENKINS-48365] Restrict InstallUtil#NEW_INSTALL_VERSION

上级 cfbc34ed
......@@ -70,6 +70,7 @@ public class InstallUtil {
private static final Logger LOGGER = Logger.getLogger(InstallUtil.class.getName());
// tests need this to be 1.0
@Restricted(NoExternalUse.class)
public static final VersionNumber NEW_INSTALL_VERSION = new VersionNumber("1.0");
private static final VersionNumber FORCE_NEW_INSTALL_VERSION = new VersionNumber("0.0");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册