Merge Remove Redudant Throws

Fixes gh-7301
This commit is contained in:
Rob Winch
2019-09-19 09:48:20 -05:00
424 changed files with 1147 additions and 1343 deletions

View File

@@ -32,7 +32,7 @@ import static org.springframework.security.config.Customizer.withDefaults;
public class SecurityConfig {
@Bean
SecurityWebFilterChain configure(ServerHttpSecurity http) throws Exception {
SecurityWebFilterChain configure(ServerHttpSecurity http) {
http
.authorizeExchange(exchanges ->
exchanges