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