Skip to content
Snippets Groups Projects

Security

Merged Jitka Viceníková requested to merge security into develop
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -113,7 +113,7 @@ public class CarService extends DomainService<Car> {
try {
sendPostRequest(savedCar);
} catch (RestClientException | IllegalArgumentException e) {
} catch (Exception e) {
log.debug(String.format("The visualization module is not reachable on the URL: %s, exception %s", VISUALIZATION_MODULE_URL + VISUALIZATION_MODULE_URI, e));
}
Loading