From 93fb940a8c72d3bd6dedbed172f5ead5ebb999c8 Mon Sep 17 00:00:00 2001 From: peet Date: Fri, 14 Jun 2024 01:13:30 +0200 Subject: [PATCH] refactor --- bin/uebung05/logistics/demo.class | Bin 1684 -> 1684 bytes src/uebung05/logistics/Demo.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/uebung05/logistics/demo.class b/bin/uebung05/logistics/demo.class index 9ae7dbb3201fea8e59673b6454c38f34bccb0d31..fef009cf0b1b30d1a3cb806f2e5d68533ed47bce 100644 GIT binary patch delta 17 ZcmbQjJB4?GGNa2xl{!Y3jf+3B0st{r1^oa3 delta 17 ZcmbQjJB4?GGGod_l{&_hjf+3B0su2N20Z`( diff --git a/src/uebung05/logistics/Demo.java b/src/uebung05/logistics/Demo.java index e1278cc..81e2fd5 100755 --- a/src/uebung05/logistics/Demo.java +++ b/src/uebung05/logistics/Demo.java @@ -4,7 +4,7 @@ import uebung05.logistics.material.BulletBelts; import uebung05.logistics.material.LiterDiesel; import uebung05.logistics.material.RocketPods; -class demo { +class Demo { public static void main(String[] args) { Manager ceo = new Manager();