提交 71cbf93a 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 c8cb887f
......@@ -251,7 +251,7 @@ public abstract class ExtensionFinder implements ExtensionPoint {
try {
return base.get();
} catch (Exception e) {
LOGGER.log(Level.WARNING,"Failed to instantiate",e);
LOGGER.log(Level.WARNING,"Failed to instantiate. Skipping this component",e);
return null;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册