Minor cosmetic fix in comment
git-svn-id: file:///srv/devel/repo-conversion/nusu@148 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
d6ddf04f58
commit
6d7f4d11af
|
@ -374,13 +374,13 @@ namespace Nuclex.Support.Scheduling {
|
|||
|
||||
}
|
||||
|
||||
// Notification processed, move it over to the next priority queue
|
||||
// Notification processed, move it over to the new priority queue
|
||||
updatedQueue.Enqueue(notification);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// Replace the working queue with the update queue
|
||||
// Replace the working queue with the updated queue
|
||||
this.notifications = updatedQueue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user