* PropertyDescriptor.cs : oops, wrong fix. svn path=/trunk/mcs/; revision=78345
@@ -1,3 +1,7 @@
+2007-05-31 Atsushi Enomoto <[email protected]>
+
+ * PropertyDescriptor.cs : oops, wrong fix.
2007-05-31 Atsushi Enomoto <[email protected]>
* PropertyDescriptor.cs : call base. fix winforms tests.
@@ -168,7 +168,7 @@ namespace System.ComponentModel
[MonoNotSupported ("")]
protected override void FillAttributes (IList attributeList)
{
- return base.FillAttributes (attributeList);
+ base.FillAttributes (attributeList);
}