Skip to content
Snippets Groups Projects

Security

Merged Jitka Viceníková requested to merge security into develop
Compare and Show latest version
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -98,6 +98,7 @@ public class CarService extends DomainService<Car> {
new ResourceNotFoundException(entityClass, id));
}
@Transactional(readOnly = true)
public Car get(Long id) {
Car car = findById(id);
Loading