Correction faute Exception thematique

Springboot
Alix JEUDI--LEMOINE 1 year ago
parent 431288aac7
commit c2f6ac474d

@ -2,6 +2,6 @@ package fr.iut.sciencequest.sae.exceptions.notFound;
public class ThematiqueNotFoundException extends EntityNotFoundException{
public ThematiqueNotFoundException(int id) {
super("Thématique", id);
super("Thematique", id);
}
}

Loading…
Cancel
Save