toString() angepasst
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user