Merge pull request #24257 from JimStockwell

* pr/24257:
  Fix ErrorAttributeOptions#getIncludes Javadoc

Closes gh-24257
This commit is contained in:
Stephane Nicoll 2020-11-26 09:02:17 +01:00
commit b4a1030b97
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ public final class ErrorAttributeOptions {
/**
* Get all options for including attributes in the error response.
* @return {@code true} if the {@code Include} attribute is included in the error
* response, {@code false} otherwise
* @return the options
*/
public Set<Include> getIncludes() {
return this.includes;