Skip to content
Snippets Groups Projects
Commit f236c995 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Remove unnececary query

parent 63c9ee94
1 merge request!105WIP: Resolve "Make queue and build process fully java 11 compatible"
......@@ -9,7 +9,5 @@ public interface LabRepository extends CrudRepository<Lab, Long> {
@Override
List<Lab> findAll();
List<Lab> findById();
Lab findFirstByOrderByIdAsc();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment