Kaynağa Gözat

Suppr variable inutile

Arthur Brandao 5 yıl önce
ebeveyn
işleme
0645b94216

+ 0 - 1
src/microfolie/service/FrequentationService.java

@@ -33,7 +33,6 @@ public class FrequentationService {
 		Espace espace = espaceTable.getByCode(codeEspace);
 		Frequentation frequentation = table.getByUsagerAndEspaceToday(usager.id, espace.id);
 		// Ajout en base si introuvable ou si il ne date pas d'ajourd'hui
-		Date aujourdhui = new Date();
 		if (frequentation == null) {
 			frequentation = new Frequentation();
 			frequentation.usager = usager;