From 8eeba5f897834f077ed3617c5da02d13d1400b1a Mon Sep 17 00:00:00 2001 From: Kirill Osenkov Date: Mon, 2 Aug 2021 18:36:59 -0700 Subject: [PATCH] Make XmlElementPath internal. --- Editor/Completion/XmlElementPath.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Completion/XmlElementPath.cs b/Editor/Completion/XmlElementPath.cs index f7202d3..f01eed4 100644 --- a/Editor/Completion/XmlElementPath.cs +++ b/Editor/Completion/XmlElementPath.cs @@ -31,7 +31,7 @@ namespace MonoDevelop.Xml.Editor.Completion /// Represents the path to an xml element starting from the root of the /// document. /// - public class XmlElementPath + class XmlElementPath { readonly List elements; XmlNamespacePrefixMap nsMap = new XmlNamespacePrefixMap ();