Tidy up formatting

This commit is contained in:
Steve Temple
2020-01-31 09:50:37 +00:00
parent 377f1925ea
commit b95d674092
3 changed files with 0 additions and 6 deletions

View File

@@ -141,12 +141,10 @@ namespace Umbraco.Web.PublishedCache
// TODO: ARGH! need to fix this - this is not good because it uses ApplicationContext.Current
[Obsolete("Use WriterName(IUserService) extension instead")]
public override string WriterName => _member.GetCreatorProfile().Name;
// TODO: ARGH! need to fix this - this is not good because it uses ApplicationContext.Current
[Obsolete("Use CreatorName(IUserService) extension instead")]
public override string CreatorName => _member.GetCreatorProfile().Name;
public override int WriterId => _member.CreatorId;