Make MonoTODO attributes internal.
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / System.Runtime.Serialization.Formatters.Soap / TODOAttribute.cs
index 0b89c8b0a77e23088645be4142fcebdc2f0798d6..0f91b782a8a059508169b1daa6eddb40ebe35515 100755 (executable)
@@ -17,7 +17,7 @@ namespace System.Runtime.Serialization.Formatters.Soap {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;