toString() angepasst

This commit is contained in:
Ma
2022-12-16 08:37:51 +01:00
parent 3d283c95cd
commit 84ded9963a
2 changed files with 126 additions and 2 deletions

View File

@@ -220,8 +220,8 @@ public class Menue {
@Override
public String toString() {
return "Montag\n" + "\t\t\t\t" + dish + "\n" + sideDish
+ "Allergene" + "\n" + getTyp();
return "Montag" + "\t\t\t\t" + dish + "\n" + date + "\t\t\t" + sideDish
+ "\n" + "\t\t\t\t\t" + "Allergene" + "\n " + "\t\t\t\t\t" + getTyp() + "\n";
}
}