Skip to content

Commit ae25712

Browse files
committed
SecurityConfig: add @OverRide annotation.
Correction for a33e004 commit. No functional changes.
1 parent d56f430 commit ae25712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/support/spring/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ protected void configure(HttpSecurity http) throws Exception {
107107
}
108108

109109
@Inject
110+
@Override
110111
protected void configure(AuthenticationManagerBuilder auth) {
111112
auth.authenticationProvider(getAuthenticationProvider());
112113
}

0 commit comments

Comments
 (0)