Merge pull request #364 from directhex/master
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationLockCollection.cs
index 6b197166c75871fb42d0f1ca668a465bce83b3a6..d282907c208bf24009a715b4f7165d1ee7bc1bb9 100644 (file)
@@ -122,7 +122,7 @@ namespace System.Configuration
                        return names.GetEnumerator ();
                }
 
-               [MonoTODO ("we can't possibly *always* return false here...")]
+               [MonoInternalNote ("we can't possibly *always* return false here...")]
                public bool IsReadOnly (string name)
                {
                        for (int i = 0; i < names.Count; i ++) {