[Mono-bugs] [Bug 62895][Nor] Changed - System.AttributeUsageAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 15:59:05 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62895
--- shadow/62895 2004-08-11 18:55:11.000000000 -0400
+++ shadow/62895.tmp.5917 2004-09-07 15:59:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62895
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: duncan@ximian.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
@@ -40,6 +40,9 @@
+#endif
+ [Serializable]
public sealed class AttributeUsageAttribute : Attribute
{
AttributeTargets valid_on;
+
+------- Additional Comments From duncan@ximian.com 2004-09-07 15:59 -------
+I committed a fix, this can be closed.