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:10 +10:00
committed by GitHub
parent 81b277314c
commit 2c27a631c9

View File

@@ -86,7 +86,6 @@ namespace Umbraco.Web
/// <summary>
/// Determines whether the specified URL is reserved or is inside a reserved path.
/// </summary>
/// <param name="globalSettings"></param>
/// <param name="url">The URL to check.</param>
/// <returns>
/// <c>true</c> if the specified URL is reserved; otherwise, <c>false</c>.