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)
{