From be5024271fb691970ddbc0e5e57bb71753dee9aa Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 3 Mar 2020 17:41:02 -0500 Subject: [PATCH] chore: Fixing comments --- ICD.Common.Utils/Xml/XmlUtils.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ICD.Common.Utils/Xml/XmlUtils.cs b/ICD.Common.Utils/Xml/XmlUtils.cs index 9cf03a8..676195e 100644 --- a/ICD.Common.Utils/Xml/XmlUtils.cs +++ b/ICD.Common.Utils/Xml/XmlUtils.cs @@ -976,7 +976,6 @@ namespace ICD.Common.Utils.Xml /// Calls childElementCallback for each item in the list. /// /// - /// /// /// public static IEnumerable ReadListFromXml(string xml, string childElement, Func readChild) @@ -1012,7 +1011,6 @@ namespace ICD.Common.Utils.Xml /// Deserializes the xml to a list. /// /// - /// /// public static IEnumerable ReadListFromXml(string xml, string childElement) {