[BUGFIX] Update redefinition guard comments in SystemEnvironmentBuilder
These constant redefintion guards were forgotten to be updated when Bootstrap::getInstance() and the call to SystemEnvironmentBuilder::run() in Bootstrap::baseSetup() were removed. These guards are no longer necessary for regular execution as baseSetup() does no longer (conditionally) invoke SystemEnvironmentBuilder::run() (which was provided for deprecated and now removed bootstrapping code). We do still leave the guards in, as they are needed in unit tests, but update the comments. Releases: master Resolves: #87216 Related: #87202 Change-Id: I3b1c60ea32163d68b7f314b6539c54d8c048c323 Reviewed-on: https://review.typo3.org/59214 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Please register or sign in to comment