Skip to content

Commit

Permalink
Fix ErrorAttributeOptions#getIncludes Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JimStockwell authored and snicoll committed Nov 26, 2020
1 parent 9b992af commit bb7ad30
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -49,8 +49,7 @@ public boolean isIncluded(Include include) {

/**
* 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;
Expand Down

0 comments on commit bb7ad30

Please sign in to comment.