1.04.26 #6

Merged
Benjamin merged 4 commits from 1.04.26 into master 2026-04-01 13:08:10 +00:00
Showing only changes of commit 9026c901ba - Show all commits

View File

@@ -61,14 +61,6 @@ public class Poisson{
return infestation; return infestation;
} }
/**
* Setter de l'attribut infestation
* @param infestation le Double de la nouvelle valeur de l'infestation
*/
public void setInfestation(Double infestation) {
this.infestation = infestation;
}
/** /**
* Permet d'afficher les informations de notre poisson * Permet d'afficher les informations de notre poisson
* @return La string contenant les informations * @return La string contenant les informations