Browse Source

Remove unused code

Closes gh-47235
pull/47268/head
Stéphane Nicoll 3 months ago
parent
commit
2b6a0d533e
  1. 22
      core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java

22
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java

@ -114,28 +114,6 @@ public class ErrorProperties { @@ -114,28 +114,6 @@ public class ErrorProperties {
return this.whitelabel;
}
/**
* Include Stacktrace attribute options.
*/
public enum IncludeStacktrace {
/**
* Never add stacktrace information.
*/
NEVER,
/**
* Always add stacktrace information.
*/
ALWAYS,
/**
* Add stacktrace attribute when the appropriate request parameter is not "false".
*/
ON_PARAM
}
/**
* Include error attributes options.
*/

Loading…
Cancel
Save