Merge remote-tracking branch 'origin/development' into mueller/task-if-refactoring

This commit is contained in:
Robin Müller 2022-06-08 17:33:12 +02:00
commit cb8a4bbbec
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ class MessageQueue : public MessageQueueBase {
private:
/**
* \brief This attribute stores a reference to the internal error reporter for reporting full
* queues. \details In the event of a full destination queue, the reporter will be notified. The
* @brief This attribute stores a reference to the internal error reporter for reporting full
* queues. @details In the event of a full destination queue, the reporter will be notified. The
* reference is set by lazy loading
*/
InternalErrorReporterIF* internalErrorReporter;