mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Fix JavaDoc for HeadersConfigurer
Corrected copy-paste error.
This commit is contained in:
parent
247635ed92
commit
9e6b10ce46
@ -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.
|
* configuration of headers.
|
||||||
*
|
*
|
||||||
* @return the {@link HeadersConfigurer} for additional configuration
|
* @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.
|
* configuration of headers.
|
||||||
*
|
*
|
||||||
* @return the {@link HeadersConfigurer} for additional configuration
|
* @return the {@link HeadersConfigurer} for additional configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user