Skip to content
Snippets Groups Projects
Commit e9a48989 authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Benni Mack
Browse files

[TASK] Add final private constructor to GeneralUtility

GeneralUtility is a class with only static methods and
a class comment stated for years not to instantiate it.

Since there is a possibility to prevent instantiations
of classes with private constructors, one has added to
this class and on top is has been marked final.

Releases: master
Resolves: #91043
Change-Id: I15e2dfa98b2a30149f9f0efed31281d5d01d4efa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64181


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 7c7ec6e8
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment