TASK: Explain why this todo is not resolved yet

This commit is contained in:
Daniel Siepmann 2016-12-15 09:24:43 +01:00
parent 5ad99ad8f6
commit 7cabcea0d5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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 * This is the place to add mappings of further parts to adjust the data before
* sending ot to connection. * 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 class DataHandler implements Singleton
{ {