svn path=/trunk/mcs/; revision=87808
@@ -1,3 +1,7 @@
+2007-10-19 Nagappan <[email protected]>
+
+ * DataRelation.cs: Removed bogus TODO.
2007-09-27 Nagappan A <[email protected]>
* DataRelationCollection.cs: Added LAME spec comment as there is no
@@ -50,7 +50,6 @@ namespace System.Data
#if !NET_2_0
[Serializable]
#endif
- [MonoTODO]
[TypeConverterAttribute (typeof (RelationshipConverter))]
public class DataRelation {
private DataSet dataSet;