From 05e8fe64b6b0cbce3eb670f32c50aff5b299e4a7 Mon Sep 17 00:00:00 2001 From: 2120940 <2120940@stud.hs-mannheim.de> Date: Sat, 7 Jan 2023 16:41:56 +0100 Subject: [PATCH] =?UTF-8?q?Verschieben=20RobotFactory=20f=C3=BCr=20Hashmap?= =?UTF-8?q?=20Implementierung=20=20FactorySystem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Roboter/tpe/exceptions/roboter/RobotFactory.java | 5 +++++ Roboter/tpe/facade/{RobotFactory.java => FactorySystem.java} | 0 2 files changed, 5 insertions(+) create mode 100644 Roboter/tpe/exceptions/roboter/RobotFactory.java rename Roboter/tpe/facade/{RobotFactory.java => FactorySystem.java} (100%) diff --git a/Roboter/tpe/exceptions/roboter/RobotFactory.java b/Roboter/tpe/exceptions/roboter/RobotFactory.java new file mode 100644 index 0000000..89e3cd0 --- /dev/null +++ b/Roboter/tpe/exceptions/roboter/RobotFactory.java @@ -0,0 +1,5 @@ +package tpe.exceptions.roboter; + +public class RobotFactory { + +} diff --git a/Roboter/tpe/facade/RobotFactory.java b/Roboter/tpe/facade/FactorySystem.java similarity index 100% rename from Roboter/tpe/facade/RobotFactory.java rename to Roboter/tpe/facade/FactorySystem.java