未验证 提交 6c5effaa 编写于 作者: J Jesse Glick

Trivial follow-ups to JEP-304.

上级 008c4350
...@@ -336,6 +336,6 @@ public class ClassFilterImpl extends ClassFilter { ...@@ -336,6 +336,6 @@ public class ClassFilterImpl extends ClassFilter {
} }
LOGGER.log(Level.WARNING, message, cause); 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; ...@@ -54,9 +54,9 @@ import java.util.logging.Logger;
/** /**
* Extension point for collecting JEP-214 telemetry. * 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 / 2.138.2
*/ */
public abstract class Telemetry implements ExtensionPoint { public abstract class Telemetry implements ExtensionPoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册