Skip to content

Commit

Permalink
Update core/src/main/java/hudson/Functions.java
Browse files Browse the repository at this point in the history
Co-authored-by: Basil Crow <[email protected]>
  • Loading branch information
timja and basil authored Jan 9, 2025
1 parent 6787247 commit 45e27bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/hudson/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ public static String validateIconSize(String iconSize) throws SecurityException
/**
* No longer used, to be removed after enough plugins have adopted a version of the test harness with
* <a href="https://github.com/jenkinsci/jenkins-test-harness/pull/874">jenkins-test-harness/pull/874</a> in it.
*
* @deprecated removed without replacement
*/
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "for script console")
@Deprecated(forRemoval = true, since = "TODO")
Expand Down

0 comments on commit 45e27bb

Please sign in to comment.