Deal with more fixme

This commit is contained in:
Stephan
2019-01-22 09:49:35 +01:00
parent a53a15f4d8
commit c840895f90
40 changed files with 54 additions and 158 deletions

View File

@@ -15,6 +15,6 @@ namespace Umbraco.Web.Scheduling
void Add(T task);
bool TryAdd(T task);
// fixme - complete the interface?
// todo - complete the interface?
}
}