diff --git a/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/ThematiqueNotFoundException.java b/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/ThematiqueNotFoundException.java index 61b5a7e..4c13c34 100644 --- a/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/ThematiqueNotFoundException.java +++ b/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/ThematiqueNotFoundException.java @@ -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); } }