Fix JavaDoc for HeadersConfigurer

Corrected copy-paste error.
This commit is contained in:
Thomas Darimont 2017-05-22 00:31:16 +02:00
parent 247635ed92
commit 9e6b10ce46
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ public class HeadersConfigurer<H extends HttpSecurityBuilder<H>> extends
}
/**
* Allows completing configuration of Strict Transport Security and continuing
* Allows completing configuration of X-XSS-Protection and continuing
* configuration of headers.
*
* @return the {@link HeadersConfigurer} for additional configuration
@ -282,7 +282,7 @@ public class HeadersConfigurer<H extends HttpSecurityBuilder<H>> extends
}
/**
* Allows completing configuration of Strict Transport Security and continuing
* Allows completing configuration of Cache Control and continuing
* configuration of headers.
*
* @return the {@link HeadersConfigurer} for additional configuration