From 5a2a2129e6d7d522e3776f7d64d356d59a2cd693 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:13:33 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Routing/RouteDescriptorCollection.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RouteDescriptorCollection.cs b/src/PepperDash.Essentials.Core/Routing/RouteDescriptorCollection.cs index bf3ae443..cc10a07b 100644 --- a/src/PepperDash.Essentials.Core/Routing/RouteDescriptorCollection.cs +++ b/src/PepperDash.Essentials.Core/Routing/RouteDescriptorCollection.cs @@ -30,9 +30,6 @@ namespace PepperDash.Essentials.Core /// proper route releasing. /// /// - /// - /// AddRouteDescriptor method - /// public void AddRouteDescriptor(RouteDescriptor descriptor) { if (descriptor == null)