Update src/Umbraco.Web/RoutableDocumentFilter.cs

Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Shannon Deminick
2019-09-12 23:14:18 +10:00
committed by GitHub
parent 2c27a631c9
commit d7b950fe06

View File

@@ -150,7 +150,6 @@ namespace Umbraco.Web
/// Determines whether the current request is reserved based on the route table and
/// whether the specified URL is reserved or is inside a reserved path.
/// </summary>
/// <param name="globalSettings"></param>
/// <param name="url"></param>
/// <param name="httpContext"></param>
/// <param name="routes">The route collection to lookup the request in</param>