diff --git a/backend/src/main/java/com/sp/SuiviePhysiqueBackendApplication.java b/backend/src/main/java/com/sp/SuiviePhysiqueBackendApplication.java index 3742cfa..7f2d058 100644 --- a/backend/src/main/java/com/sp/SuiviePhysiqueBackendApplication.java +++ b/backend/src/main/java/com/sp/SuiviePhysiqueBackendApplication.java @@ -57,10 +57,6 @@ CommandLineRunner commandLineRunner(JourFerierTypeRepository jourFerierTypeRepos typePointCaptureRepository.save(TypePointCapture.builder().libelle("Guichet Automatique Bancaire Zonal").code("GABZ").build()); typePointCaptureRepository.save(TypePointCapture.builder().libelle("Guichet Automatique Bancaire Fonctionnaire").code("GABF").build()); } - - - - }; } } diff --git a/backend/src/main/java/com/sp/constants/SecurityConstants.java b/backend/src/main/java/com/sp/constants/SecurityConstants.java index a52fb3f..e920843 100644 --- a/backend/src/main/java/com/sp/constants/SecurityConstants.java +++ b/backend/src/main/java/com/sp/constants/SecurityConstants.java @@ -1,3 +1,3 @@ package com.sp.constants; public class SecurityConstants { -} +} \ No newline at end of file diff --git a/backend/src/main/java/com/sp/gestion/point_capture/service/PointCaptureService.java b/backend/src/main/java/com/sp/gestion/point_capture/service/PointCaptureService.java index bdba64e..c1c582a 100644 --- a/backend/src/main/java/com/sp/gestion/point_capture/service/PointCaptureService.java +++ b/backend/src/main/java/com/sp/gestion/point_capture/service/PointCaptureService.java @@ -138,4 +138,4 @@ public PointCaptureStatsResponse getPointCaptureStats(Principal connectedUser){ .totalLecteur(lecteurRepository.findAll().size()) .build(); } -} +} \ No newline at end of file