Skip to content

Commit 5d1cbe9

Browse files
joshbaskarankjellp
authored andcommitted
chore: remove unthrown exception declaration
1 parent 6758208 commit 5d1cbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/localega-tsd-proxy/src/main/java/no/elixir/fega/ltp/LocalEGATSDProxyApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static void main(String[] args) {
6363

6464
@Bean
6565
@Order(2)
66-
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
66+
public SecurityFilterChain filterChain(HttpSecurity http) {
6767
LoginUrlAuthenticationEntryPoint entryPoint =
6868
new LoginUrlAuthenticationEntryPoint("/oauth2/authorization/elixir-aai");
6969
http.portMapper(ports -> ports.http(8080).mapsTo(8080))

0 commit comments

Comments
 (0)