Commit bb7ad30d authored by Jim Stockwell's avatar Jim Stockwell Committed by Stephane Nicoll

Fix ErrorAttributeOptions#getIncludes Javadoc

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