Skip to content

Commit 2b6a0d5

Browse files
committed
Remove unused code
Closes gh-47235
1 parent 35bceee commit 2b6a0d5

File tree

1 file changed

+0
-22
lines changed
  • core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+0
-22
lines changed

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -114,28 +114,6 @@ public Whitelabel getWhitelabel() {
114114
return this.whitelabel;
115115
}
116116

117-
/**
118-
* Include Stacktrace attribute options.
119-
*/
120-
public enum IncludeStacktrace {
121-
122-
/**
123-
* Never add stacktrace information.
124-
*/
125-
NEVER,
126-
127-
/**
128-
* Always add stacktrace information.
129-
*/
130-
ALWAYS,
131-
132-
/**
133-
* Add stacktrace attribute when the appropriate request parameter is not "false".
134-
*/
135-
ON_PARAM
136-
137-
}
138-
139117
/**
140118
* Include error attributes options.
141119
*/

0 commit comments

Comments
 (0)