From 204f7ba769369cf5c97310469ddaf0334894fc5a Mon Sep 17 00:00:00 2001 From: Paolo Molaro Date: Wed, 14 May 2003 20:02:29 +0000 Subject: Make MonoTODO attributes internal. svn path=/trunk/mcs/; revision=14587 --- .../System.Configuration.Install/TODOAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.Configuration.Install') diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs b/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs index 1682ac8df6e..2075e1aa48a 100644 --- a/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs +++ b/mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs @@ -19,7 +19,7 @@ namespace System.Configuration.Install { /// Use this to decorate any element which you think is not complete /// [AttributeUsage (AttributeTargets.All, AllowMultiple=true)] - public class MonoTODOAttribute : Attribute { + internal class MonoTODOAttribute : Attribute { private string comment; -- cgit v1.2.3