Merge pull request #364 from directhex/master
[mono.git] / mcs / class / System.Configuration / System.Configuration / ContextInformation.cs
index e7d157a65a3b0962290d4c7b5a5f02d74f0d4cf4..01304d829638ef690a6c435312498bf48dc47327 100644 (file)
@@ -52,7 +52,7 @@ namespace System.Configuration
                        get { return ctx; }
                }
 
-               [MonoTODO ("should this use HostingContext instead?")]
+               [MonoInternalNote ("should this use HostingContext instead?")]
                public bool IsMachineLevel {
                        get {
                                return config.ConfigPath == "machine";