Skip to content

Commit

Permalink
Trivial follow-ups to JEP-304.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 1, 2018
1 parent 008c435 commit 6c5effa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/security/ClassFilterImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,6 @@ private void notifyRejected(@CheckForNull Class<?> clazz, @CheckForNull String c
}
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)
}
}
4 changes: 2 additions & 2 deletions core/src/main/java/jenkins/telemetry/Telemetry.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
/**
* 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 {

Expand Down

0 comments on commit 6c5effa

Please sign in to comment.