未验证 提交 7b9fa024 编写于 作者: J Jesse Glick

Another use of ExtensionList.lookupSingleton.

上级 f5bd7093
......@@ -241,7 +241,7 @@ public final class ReverseBuildTrigger extends Trigger<Job> implements Dependenc
@Extension public static final class RunListenerImpl extends RunListener<Run> {
static RunListenerImpl get() {
return ExtensionList.lookup(RunListener.class).get(RunListenerImpl.class);
return ExtensionList.lookupSingleton(RunListenerImpl.class);
}
private Map<Job,Collection<ReverseBuildTrigger>> upstream2Trigger;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册