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