Skip to content

Makes only the necessary members public or protected

username-removed-547784 requested to merge bugfix/memberVisibility into master

The Deferred classes had some members set as protected which are actually just meant for use within the corresponding class. Therefore, this MR changes their visiblity to private.

Merge request reports