Make XmlNamespacePrefixMap internal.
This commit is contained in:
Родитель
8720d3f253
Коммит
205e22bb0e
|
@ -28,7 +28,7 @@ using System.Collections.Generic;
|
|||
|
||||
namespace MonoDevelop.Xml.Editor.Completion
|
||||
{
|
||||
public class XmlNamespacePrefixMap
|
||||
class XmlNamespacePrefixMap
|
||||
{
|
||||
readonly Dictionary<string, string> pfNsMap = new Dictionary<string, string> ();
|
||||
readonly Dictionary<string, string> nsPfMap = new Dictionary<string, string> ();
|
||||
|
|
Загрузка…
Ссылка в новой задаче