diff --git a/src/Umbraco.Web/RoutableDocumentFilter.cs b/src/Umbraco.Web/RoutableDocumentFilter.cs index be2c8ad405..642c60f6d4 100644 --- a/src/Umbraco.Web/RoutableDocumentFilter.cs +++ b/src/Umbraco.Web/RoutableDocumentFilter.cs @@ -86,7 +86,6 @@ namespace Umbraco.Web /// /// Determines whether the specified URL is reserved or is inside a reserved path. /// - /// /// The URL to check. /// /// true if the specified URL is reserved; otherwise, false. @@ -151,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. /// - /// /// /// /// The route collection to lookup the request in