Skip to content

Commit

Permalink
Removed redundant annotations of @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-opsmx committed Jun 14, 2024
1 parent e992eb8 commit 96ef8b8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ class FileSsoConfig {
return new BCryptPasswordEncoder();
}

@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.getDefaultUserDetailsService()
}

@Override
protected void configure(HttpSecurity http) throws Exception {
authConfig.jwtconfigure(http)
}

@Override
void configure(WebSecurity web) throws Exception {
authConfig.configure(web)
}
Expand Down

0 comments on commit 96ef8b8

Please sign in to comment.