Inhaltsstoffe in Filter Maske anzeigen

This commit is contained in:
2024-01-23 14:58:19 +01:00
parent 450e08b8e7
commit c6b4bc1cd1
2 changed files with 32 additions and 2 deletions

View File

@@ -9,4 +9,10 @@ public class Zutat {
public String getName(){
return this.name;
}
@Override
public String toString() {
return name;
}
}