Skip to content

Commit

Permalink
Restore DEBUG_YUI field for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jan 9, 2025
1 parent 33aee9b commit ce1ecd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/main/java/hudson/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,14 @@ public static String validateIconSize(String iconSize) throws SecurityException
return iconSize;
}

/**
* No longer used, to be removed after enouch 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.
*/
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "for script console")
@Deprecated(forRemoval = true, since = "TODO")
public static boolean DEBUG_YUI;

/**
* Creates a sub map by using the given range (both ends inclusive).
*/
Expand Down

0 comments on commit ce1ecd3

Please sign in to comment.