Fix Sonar complains
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / ves-nf-oam-adopter-app / src / main / java / org / o / ran / oam / nf / oam / adopter / app / config / LoginAttemptsLogger.java
index 072fbb9..0389b6a 100644 (file)
@@ -49,7 +49,7 @@ public class LoginAttemptsLogger {
     }
 
     @Bean
-    public InMemoryAuditEventRepository auditEventRepository() throws Exception {
+    public InMemoryAuditEventRepository auditEventRepository() {
         return new InMemoryAuditEventRepository();
     }
 }