diff --git a/cmd/notification.go b/cmd/notification.go index 77fd77d9e..5f735315f 100644 --- a/cmd/notification.go +++ b/cmd/notification.go @@ -1188,7 +1188,7 @@ func (sys *NotificationSys) GetLocalDiskIDs(ctx context.Context) (localDiskIDs [ // NewNotificationSys - creates new notification system object. func NewNotificationSys(endpoints EndpointZones) *NotificationSys { - // bucketRulesMap/bucketRemoteTargetRulesMap are initialized by NotificationSys.Init() + // targetList/bucketRulesMap/bucketRemoteTargetRulesMap are populated by NotificationSys.Init() return &NotificationSys{ targetList: event.NewTargetList(), targetResCh: make(chan event.TargetIDResult),