svn path=/trunk/mcs/; revision=81108
@@ -1,3 +1,7 @@
+2007-06-30 Gert Driesen <[email protected]>
+
+ * DbDataAdapter.cs: Marked ICloneable.Clone obsolete to match MS.
2007-06-21 Nagappan A <[email protected]>
* DbConnectionStringBuilder.cs (Init): Modified the dictionary to
@@ -512,6 +512,7 @@ namespace System.Data.Common {
}
[MonoTODO]
+ [Obsolete ("use 'protected DbDataAdapter(DbDataAdapter)' ctor")]
object ICloneable.Clone ()
{
throw new NotImplementedException ();