Commit b4a1030b authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #24257 from JimStockwell

* pr/24257:
  Fix ErrorAttributeOptions#getIncludes Javadoc

Closes gh-24257
parents 9b992af3 bb7ad30d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment