From a5b6e316900ce768f910b2bedca94448c765b007 Mon Sep 17 00:00:00 2001 From: Simon G Date: Sat, 19 Sep 2020 21:21:48 +0200 Subject: [PATCH] #25: add todo --- GBase/DataHandling/Factories/IXmlDataHandlerFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GBase/DataHandling/Factories/IXmlDataHandlerFactory.cs b/GBase/DataHandling/Factories/IXmlDataHandlerFactory.cs index 7b416c9..7d4bac7 100644 --- a/GBase/DataHandling/Factories/IXmlDataHandlerFactory.cs +++ b/GBase/DataHandling/Factories/IXmlDataHandlerFactory.cs @@ -15,6 +15,6 @@ namespace GBase.DataHandling.Factories /// Creates an /// /// A newly created instance of the implementation for - IXmlDataHandler Create(); + IXmlDataHandler Create(); //TODO: Add correct parameters } } \ No newline at end of file