未验证 提交 3627d90d 编写于 作者: J Jesse Glick 提交者: GitHub

Merge pull request #3665 from jglick/JEP-304-addenda

Trivial follow-ups to JEP-304
......@@ -336,6 +336,6 @@ public class ClassFilterImpl extends ClassFilter {
}
LOGGER.log(Level.WARNING, message, cause);
// TODO: Integrate with Telemetry API (JEP-304) once it is available in the core
// TODO: add a Telemetry implementation (JEP-304)
}
}
......@@ -54,9 +54,9 @@ import java.util.logging.Logger;
/**
* Extension point for collecting JEP-214 telemetry.
*
* @see <a href="https://github.com/jenkinsci/jep/tree/master/jep/214">JEP-214</a>
* @see <a href="https://jenkins.io/jep/214">JEP-214</a>
*
* @since TODO
* @since 2.143
*/
public abstract class Telemetry implements ExtensionPoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册