From eeb8b915c2c253adef1491816f2baf25e8d0d671 Mon Sep 17 00:00:00 2001 From: elarturo Date: Tue, 22 Oct 2024 10:53:01 +0200 Subject: [PATCH] =?UTF-8?q?Trennlinie=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../de/hs_mannheim/informatik/domain/OnlineShopVerwaltung.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Online_Shop/src/de/hs_mannheim/informatik/domain/OnlineShopVerwaltung.java b/Online_Shop/src/de/hs_mannheim/informatik/domain/OnlineShopVerwaltung.java index 283ffbf..523a859 100644 --- a/Online_Shop/src/de/hs_mannheim/informatik/domain/OnlineShopVerwaltung.java +++ b/Online_Shop/src/de/hs_mannheim/informatik/domain/OnlineShopVerwaltung.java @@ -117,6 +117,7 @@ public class OnlineShopVerwaltung { // Ausgabe aller Bestellungen System.out.println("Alle Bestellungen:"); + System.out.println("----------"); for (Bestellung bestellung : Bestellung.bestellungen) { // Kundeninformationen anzeigen System.out.println("Kunde: " + bestellung.getName());