1
0
mirror of synced 2026-08-03 08:51:58 +00:00

Polish Javadoc

Fixes: gh-5186
This commit is contained in:
Rob Winch
2018-03-27 21:05:29 -05:00
parent c67ce144b9
commit 151b545ed0
49 changed files with 931 additions and 27 deletions
@@ -55,7 +55,7 @@ import java.lang.annotation.Target;
* @EnableWebFluxSecurity
* public class MyExplicitSecurityConfiguration {
* @Bean
* SecurityWebFilterChain springSecurityFilterChain(ServerHttpSecurity http) {
* public SecurityWebFilterChain springSecurityFilterChain(ServerHttpSecurity http) {
* http
* .authorizeExchange()
* .anyExchange().authenticated()