Fix Sonar complains
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-mock / src / main / java / org / o / ran / oam / nf / oam / adopter / mock / app / config / BasicAuthConfiguration.java
index 0c4be6a..93c44f8 100644 (file)
@@ -52,6 +52,7 @@ public class BasicAuthConfiguration extends WebSecurityConfigurerAdapter {
                 .httpBasic();
     }
 
+    @Override
     @Bean
     public AuthenticationManager authenticationManagerBean() throws Exception {
         return super.authenticationManagerBean();