Updated all the TODO: comments in the Umbraco.Core project so they are all in the same format. ( // TODO: ) (#4220)
Also moved some of the comments so they are will work better / are not within Code Documentation comments
This commit is contained in:
committed by
Sebastiaan Janssen
parent
43a97185b6
commit
a13a38a482
@@ -302,7 +302,7 @@ namespace Umbraco.Core.Sync
|
||||
// (depending on what the cache refreshers are doing). I think it's best we do the one time check, process them and continue, if there are
|
||||
// pending requests after being processed, they'll just be processed on the next poll.
|
||||
//
|
||||
// todo not true if we're running on a background thread, assuming we can?
|
||||
// TODO: not true if we're running on a background thread, assuming we can?
|
||||
|
||||
var sql = Sql().SelectAll()
|
||||
.From<CacheInstructionDto>()
|
||||
|
||||
Reference in New Issue
Block a user