Skip to content

Commit e6ccbfb

Browse files
committed
Merge branch '2.3.x'
Closes gh-24259
2 parents 4fe4480 + b4a1030 commit e6ccbfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/error/ErrorAttributeOptions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public boolean isIncluded(Include include) {
4949

5050
/**
5151
* Get all options for including attributes in the error response.
52-
* @return {@code true} if the {@code Include} attribute is included in the error
53-
* response, {@code false} otherwise
52+
* @return the options
5453
*/
5554
public Set<Include> getIncludes() {
5655
return this.includes;

0 commit comments

Comments
 (0)