luanvuhlu / bookstore-microservices

Jump statements must not be used within finally blocks JAVA-E1007
Bug risk
Major
1 occurrence in this check
 46			try {
 47				asyncService.run(() -> {
 48					auditApi.publish(getRequestMessageModel());
 49					return null; 50				});
 51			} catch (Exception e) {
 52				log.error("Publish audit error", e);