From 7cabcea0d5f72518e701a58f6abb24053f36a51a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 15 Dec 2016 09:24:43 +0100 Subject: [PATCH] TASK: Explain why this todo is not resolved yet --- Classes/Domain/Service/DataHandler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/Domain/Service/DataHandler.php b/Classes/Domain/Service/DataHandler.php index 1b611c9..cf24616 100644 --- a/Classes/Domain/Service/DataHandler.php +++ b/Classes/Domain/Service/DataHandler.php @@ -28,7 +28,8 @@ use TYPO3\CMS\Core\SingletonInterface as Singleton; * This is the place to add mappings of further parts to adjust the data before * sending ot to connection. * - * TODO: Probably a candidate for deletion + * TODO: Probably a candidate for deletion. Currently this class makes use of + * extbase DI. We have to resolve this somehow. */ class DataHandler implements Singleton {