Remove extra empty line in DefaultCorsProcessor (#29854)
This commit is contained in:
parent
1ace42f245
commit
a34b1af49e
|
|
@ -193,7 +193,6 @@ public class DefaultCorsProcessor implements CorsProcessor {
|
|||
* {@link CorsConfiguration#checkOrigin(String)}.
|
||||
*/
|
||||
@Nullable
|
||||
|
||||
protected List<String> checkHeaders(CorsConfiguration config, List<String> requestHeaders) {
|
||||
return config.checkHeaders(requestHeaders);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue