SEC-2588: Javadoc fix channelSecurity->requiresChannel
This commit is contained in:
parent
b97b84063a
commit
ecb4296540
|
@ -1000,7 +1000,7 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder<Defaul
|
||||||
* .and()
|
* .and()
|
||||||
* .formLogin()
|
* .formLogin()
|
||||||
* .and()
|
* .and()
|
||||||
* .channelSecurity()
|
* .requiresChannel()
|
||||||
* .anyRequest().requiresSecure();
|
* .anyRequest().requiresSecure();
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue