2007-07-22 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / class / System.Data / System.Data.Common / DbDataRecord.cs
index faaf23418c237b42a097492c2c90a662cb49d772..14bd86589f02952ef9313254524c5664a7893907 100644 (file)
@@ -229,7 +229,7 @@ namespace System.Data.Common {
                [MonoTODO]
                AttributeCollection ICustomTypeDescriptor.GetAttributes ()
                {
-                       return new AttributeCollection(null);
+                       return new AttributeCollection (null);
                }
 
                [MonoTODO]