From 937c834cc21933a7b6b59b681f45389adbd5b802 Mon Sep 17 00:00:00 2001 From: PC Date: Wed, 11 Dec 2024 17:08:01 +0100 Subject: [PATCH] =?UTF-8?q?Test=20f=C3=BCr=20Pull/Push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Restaurantverwaltung/.classpath | 6 +++++- Restaurantverwaltung/src/RestaurantManagement.java | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Restaurantverwaltung/.classpath b/Restaurantverwaltung/.classpath index 9e7b461..9af0373 100644 --- a/Restaurantverwaltung/.classpath +++ b/Restaurantverwaltung/.classpath @@ -1,6 +1,10 @@ - + + + + + diff --git a/Restaurantverwaltung/src/RestaurantManagement.java b/Restaurantverwaltung/src/RestaurantManagement.java index 69232c9..ecea300 100644 --- a/Restaurantverwaltung/src/RestaurantManagement.java +++ b/Restaurantverwaltung/src/RestaurantManagement.java @@ -3,5 +3,6 @@ public class RestaurantManagement { public static void main(String[] args) { SystemController systemController = new SystemController(); systemController.startSystem(); + System.out.println("Pull/Push test"); } } \ No newline at end of file