We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31187 commit 7480d54Copy full SHA for 7480d54
core/src/main/java/jenkins/model/Jenkins.java
@@ -5726,7 +5726,7 @@ private static void computeVersion(ServletContext context) {
5726
@Restricted(NoExternalUse.class)
5727
public boolean shouldShowStackTrace() {
5728
// Used by oops.jelly
5729
- return SystemProperties.getBoolean(Jenkins.class.getName() + ".SHOW_STACK_TRACE");
+ return Boolean.getBoolean(Jenkins.class.getName() + ".SHOW_STACK_TRACE");
5730
}
5731
5732
/**
0 commit comments