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:
Chris Houston
2019-01-26 09:42:14 -05:00
committed by Sebastiaan Janssen
parent 43a97185b6
commit a13a38a482
79 changed files with 157 additions and 161 deletions

View File

@@ -4,7 +4,7 @@ using Umbraco.Core.Scoping;
namespace Umbraco.Core.Services.Implement
{
// todo that one does not add anything = kill
// TODO: that one does not add anything = kill
public abstract class ScopeRepositoryService : RepositoryService
{
protected ScopeRepositoryService(IScopeProvider provider, ILogger logger, IEventMessagesFactory eventMessagesFactory)