提交 b459e85a 编写于 作者: K Kohsuke Kawaguchi

push to the next line to simplify setting breakpoint.

上级 7f3ee56d
......@@ -955,7 +955,8 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl
*/
public Descriptor getDescriptorOrDie(Class<? extends Describable> type) {
Descriptor d = getDescriptor(type);
if (d==null) throw new AssertionError(type+" is missing its descriptor");
if (d==null)
throw new AssertionError(type+" is missing its descriptor");
return d;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册